Metadata-Version: 2.1
Name: anfema-django-utils
Version: 1.3.0
Summary: Collection of various django related utilities
Keywords: django,utils
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Classifier: Framework :: Django
Classifier: Programming Language :: Python :: 3
Requires-Dist: Django
Requires-Dist: black ; extra == "dev"
Requires-Dist: Sphinx ; extra == "docs"
Requires-Dist: sphinx-autodoc-typehints ; extra == "docs"
Provides-Extra: dev
Provides-Extra: docs

# anfema-django-utils

Collection of various django related utilities, helpers & small apps.

https://anfema.github.io/anfema-django-utils/

## Release process

Steps required to create a new release and publish the package on PyPI: 

1. Bump `__version__` in `anfema_django_utils/__ini__.py`
2. Create a new release on GitHub with the tag `v<version>`

