Repository URL to install this package:
Version:
0.2.0a4 ▾
|
dj_kaos_utils |
dj_kaos_utils.egg-info |
LICENSE |
MANIFEST.in |
PKG-INFO |
README.md |
setup.cfg |
setup.py |
A set of utilities for the development of Kaos backends in Django
pip install dj-kaos-utils
Version numbers follow Semantic Versioning 2.0.0
Note: Releases with major version zero (0.y.z
) are in experimental public API. There is no guarantee of API
compatibility between 0.y.z
and 0.b.c
where y != z
. You may expect the public API to be backwards compatible
between 0.y.z
and 0.y.c
where c >= z
.
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