Repository URL to install this package:
Version:
0.1.0a1 ▾
|
bin |
docs |
py_kaos_utils |
py_kaos_utils.egg-info |
tests |
LICENSE |
MANIFEST.in |
PKG-INFO |
README.md |
setup.cfg |
setup.py |
Set of utilities and helpers for rapid development of Python applications
Add the example
directory to the PYTHONPATH
in your IDE to avoid seeing import warnings in the tests
modules. If
you are using PyCharm, this is already set up.
Install requirements
pip install -r requirements.txt
For local environment
pytest
For all supported environments
tox