Metadata-Version: 2.1
Name: orm-choices
Version: 1.0.0
Summary: A helpful decorator for choice fields (Django choices or SQLAlchemy ChoiceType)
Home-page: https://github.com/dhilipsiva/orm-choices
Author: dhilipsiva
Author-email: dhilipsiva@gmail.com
License: MIT
Keywords: django orm sqlalchemy choices
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Provides-Extra: test
Provides-Extra: dev
Provides-Extra: dev
Provides-Extra: test


A helpful decorator for choice field (Django choices or SQLAlchemy ChoiceType).
Do choices the pythonic way.


