Metadata-Version: |
2.1 |
Name: |
sphinxcontrib-django |
Version: |
2.5 |
Summary: |
Improve the Sphinx autodoc for Django classes. |
Author-Email: |
Diederik van der Boor <opensource[at]edoburu.nl>, Timo Brembeck <opensource[at]timo.brembeck.email> |
Maintainer-Email: |
Timo Brembeck <opensource[at]timo.brembeck.email> |
Project-Url: |
Bug Tracker, https://github.com/edoburu/sphinxcontrib-django/issues |
Project-Url: |
Documentation, https://sphinxcontrib-django.readthedocs.io/ |
Project-Url: |
Release Notes, https://github.com/edoburu/sphinxcontrib-django/blob/main/CHANGES.rst |
Project-Url: |
Source Code, https://github.com/edoburu/sphinxcontrib-django |
License: |
Apache2 2.0 License |
Keywords: |
django,docstrings,extension,sphinx |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Environment :: Web Environment |
Classifier: |
Framework :: Django :: 3.2 |
Classifier: |
Framework :: Django :: 4.1 |
Classifier: |
Framework :: Django :: 4.2 |
Classifier: |
Framework :: Django |
Classifier: |
Framework :: Sphinx :: Extension |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: Apache Software License |
Classifier: |
Operating System :: OS Independent |
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 |
Classifier: |
Topic :: Internet :: WWW/HTTP :: Dynamic Content |
Classifier: |
Topic :: Internet :: WWW/HTTP |
Classifier: |
Topic :: Software Development :: Libraries :: Application Frameworks |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Requires-Python: |
>=3.8 |
Requires-Dist: |
Django (>=3.2) |
Requires-Dist: |
Sphinx (>=3.4.0) |
Requires-Dist: |
pprintpp |
Requires-Dist: |
pre-commit; extra == "dev" |
Requires-Dist: |
sphinx-last-updated-by-git; extra == "doc" |
Requires-Dist: |
sphinx-rtd-theme; extra == "doc" |
Requires-Dist: |
django-mptt; extra == "optional" |
Requires-Dist: |
django-phonenumber-field[phonenumbers]; extra == "optional" |
Requires-Dist: |
psycopg2-binary; extra == "optional" |
Requires-Dist: |
coverage; extra == "test" |
Requires-Dist: |
pytest; extra == "test" |
Requires-Dist: |
pytest-icdiff; extra == "test" |
Requires-Dist: |
requests-mock; extra == "test" |
Provides-Extra: |
dev |
Provides-Extra: |
doc |
Provides-Extra: |
optional |
Provides-Extra: |
test |
Description-Content-Type: |
text/x-rst |
License-File: |
LICENSE |
License-File: |
AUTHORS |