Metadata-Version: |
2.1 |
Name: |
django-citext |
Version: |
1.0.2 |
Summary: |
PostgreSQL CIText integration for Django. |
Author-Email: |
Johannes Maron <johannes[at]maron.family>, Jörg Benesch <benesch.joerg[at]gmail.com>, Rust Saiargaliev <fly.amureki[at]gmail.com> |
Project-Url: |
Changelog, https://github.com/voiio/django-citext/releases |
Project-Url: |
Project-URL, https://github.com/voiio/django-citext |
Keywords: |
PostgreSQL,Django,CITEXT,Case Insensitive,postgres |
Classifier: |
Development Status :: 1 - Planning |
Classifier: |
Programming Language :: Python |
Classifier: |
Environment :: Web Environment |
Classifier: |
License :: OSI Approved :: BSD License |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Topic :: Software Development |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Topic :: Database |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
Framework :: Django |
Classifier: |
Framework :: Django :: 4.2 |
Classifier: |
Framework :: Django :: 5.0 |
Requires-Python: |
>=3.9 |
Requires-Dist: |
django |
Requires-Dist: |
psycopg (>=3.1.8); extra != "psycopg2" |
Requires-Dist: |
model-bakery; extra == "bakery" |
Requires-Dist: |
psycopg2-binary; extra == "psycopg2" |
Requires-Dist: |
pytest; extra == "test" |
Requires-Dist: |
pytest-cov; extra == "test" |
Requires-Dist: |
pytest-django; extra == "test" |
Provides-Extra: |
bakery |
Provides-Extra: |
psycopg2 |
Provides-Extra: |
test |
Description-Content-Type: |
text/markdown |