| docs | |
|---|---|
| tests | |
| package |
Framework for rapid application development and code generation
- Free software: GNU General Public License v3
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_.
https://python-vishuda.readthedocs.io/
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 |