Metadata-Version: |
2.1 |
Name: |
cval-django-relativedelta |
Version: |
1.1.2 |
Summary: |
Django alternative to DurationField using dateutil.relativedelta |
Author: |
cvalen |
Author-Email: |
christopher-valentine[at]cval.me |
Home-Page: |
https://github.com/CodeYellowBV/django-relativedelta |
License: |
MIT License |
Keywords: |
django, |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Environment :: Web Environment |
Classifier: |
Framework :: Django |
Classifier: |
Framework :: Django :: 4.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 |
Classifier: |
Programming Language :: Python :: 3.4 |
Classifier: |
Programming Language :: Python :: 3.5 |
Classifier: |
Programming Language :: Python :: 3.6 |
Classifier: |
Programming Language :: Python :: 3.7 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Topic :: Database |
Classifier: |
Topic :: Internet :: WWW/HTTP |
Classifier: |
Topic :: Internet :: WWW/HTTP :: Dynamic Content |
Classifier: |
Topic :: Software Development :: Libraries :: Application Frameworks |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Requires-Dist: |
Django (<5.0,>=4.0) |
Requires-Dist: |
python-dateutil (>=2.6.0) |
Requires-Dist: |
psycopg2-binary (>=2.8.0); extra == "test" |
Requires-Dist: |
pytest (>=6.0.2); extra == "test" |
Requires-Dist: |
pytest-pythonpath (>=0.7.3); extra == "test" |
Requires-Dist: |
pytest-echo (>=1.7.1); extra == "test" |
Requires-Dist: |
pytest-coverage; extra == "test" |
Requires-Dist: |
pytest-django (>=3.7.0); extra == "test" |
Requires-Dist: |
tox (>=3.14.3); extra == "test" |
Requires-Dist: |
tox-pyenv (>=1.1.0); extra == "test" |
Requires-Dist: |
bump2version (>=1.0.0); extra == "test" |
Requires-Dist: |
flake8 (>=3.8.3); extra == "test" |
Requires-Dist: |
isort (>=5.5.3); extra == "test" |
Requires-Dist: |
mysqlclient (>=2.0.1); extra == "test" |
Provides-Extra: |
test |
License-File: |
LICENSE |