AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
choicesenum/__init__.py
choicesenum/enums.py
choicesenum/patches.py
choicesenum.egg-info/PKG-INFO
choicesenum.egg-info/SOURCES.txt
choicesenum.egg-info/dependency_links.txt
choicesenum.egg-info/not-zip-safe
choicesenum.egg-info/requires.txt
choicesenum.egg-info/top_level.txt
choicesenum/django/__init__.py
choicesenum/django/compat.py
choicesenum/django/fields.py
choicesenum/schematics/__init__.py
choicesenum/schematics/types.py
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/readme.rst
tests/__init__.py
tests/conftest.py
tests/settings.py
tests/test_choicesenum.py
tests/test_django_fields.py
tests/test_schematics_types.py
tests/app/__init__.py
tests/app/enums.py
tests/app/models.py