Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
  dj_kaos_utils
  dj_kaos_utils.egg-info
  LICENSE
  MANIFEST.in
  PKG-INFO
  README.md
  setup.cfg
  setup.py
Size: Mime:
  README.md

DJ Kaos Utils

A set of utilities for the development of Kaos backends in Django

pip install dj-kaos-utils

Development and Testing

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.

IDE Setup

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.

Running the Tests

Install requirements

pip install -r requirements.txt

For local environment

pytest

For all supported environments

tox