Skip to content

Framework for rapid application development and code generation

License

Notifications You must be signed in to change notification settings

numengo/python-vishuda

Repository files navigation

Overview

docs Documentation Status
tests
Travis-CI Build Status AppVeyor Build Status Requirements Status
Coverage Status
package

Framework for rapid application development and code generation

  • Free software: GNU General Public License v3

Installation

Install command:

pip install vishuda

Settings are managed using simple-settings and can be overriden with configuration files (cfg, yaml, json) or with environment variables prefixed with VISHUDA_.

Documentation

https://python-vishuda.readthedocs.io/

Development

To run the all tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox

About

Framework for rapid application development and code generation

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published