Metadata-Version: 2.1
Name: django-utility
Version: 0.2.2
Summary: Provides some general helper functions and exceptions.
Home-page: UNKNOWN
Author: UNKNOWN
Author-email: UNKNOWN
License: MIT License
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content

# django-utility
Provides some general helper functions and exceptions.

## Packaging
```
python setup.py sdist
```

## Running tests
```
coverage run ./runtests.py --noinput
coverage report
```

