Metadata-Version: |
2.1 |
Name: |
django-enum |
Version: |
2.0.2 |
Summary: |
Full and natural support for enumerations as Django model fields. |
Author: |
Brian Kohan |
Author-Email: |
bckohan[at]gmail.com |
Home-Page: |
https://django-enum.rtfd.io |
Project-Url: |
Repository, https://github.com/bckohan/django-enum |
License: |
MIT |
Keywords: |
enum,properties,defines,field,django,database,bitmask,mask,bitfield,flags |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Environment :: Console |
Classifier: |
Framework :: Django |
Classifier: |
Framework :: Django :: 3.2 |
Classifier: |
Framework :: Django :: 4.0 |
Classifier: |
Framework :: Django :: 4.1 |
Classifier: |
Framework :: Django :: 4.2 |
Classifier: |
Framework :: Django :: 5.0 |
Classifier: |
Framework :: Django :: 5.1 |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Natural Language :: English |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
Programming Language :: Python :: 3.13 |
Classifier: |
Topic :: Internet :: WWW/HTTP |
Classifier: |
Topic :: Internet :: WWW/HTTP :: Site Management |
Classifier: |
Topic :: Software Development :: Libraries |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Requires-Python: |
>=3.8,<4.0 |
Requires-Dist: |
Django (<6.0,>=3.2) |
Requires-Dist: |
django-filter (>=21); extra == "all" or extra == "filters" |
Requires-Dist: |
djangorestframework (<4.0,>=3.9); extra == "all" or extra == "djangorestframework" |
Requires-Dist: |
enum-properties (>=2.0.0); extra == "all" or extra == "properties" |
Provides-Extra: |
all |
Provides-Extra: |
djangorestframework |
Provides-Extra: |
filters |
Provides-Extra: |
properties |
Description-Content-Type: |
text/markdown |