Metadata-Version: 2.4
Name: django-icv-sitemaps
Version: 0.1.0
Summary: Scalable sitemap generation and web discovery infrastructure for Django — background XML sitemaps (standard/image/video/news), robots.txt, llms.txt, ads.txt, security.txt, humans.txt.
Author: Nigel Copley
License-Expression: MIT
Project-URL: Homepage, https://github.com/nigelcopley/icv-django
Project-URL: Documentation, https://github.com/nigelcopley/icv-django/tree/main/packages/icv-sitemaps
Project-URL: Changelog, https://github.com/nigelcopley/icv-django/tree/main/packages/icv-sitemaps/CHANGELOG.md
Project-URL: Issue Tracker, https://github.com/nigelcopley/icv-django/issues
Project-URL: Source Code, https://github.com/nigelcopley/icv-django/tree/main/packages/icv-sitemaps
Keywords: django,sitemap,robots-txt,seo,discovery,llms-txt,ads-txt
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Django
Classifier: Framework :: Django :: 4.2
Classifier: Framework :: Django :: 5.0
Classifier: Framework :: Django :: 5.1
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Django>=4.2
Requires-Dist: httpx>=0.27
Provides-Extra: celery
Requires-Dist: celery>=5.3; extra == "celery"
Provides-Extra: dev
Requires-Dist: pytest>=8.0; extra == "dev"
Requires-Dist: pytest-django>=4.8; extra == "dev"
Requires-Dist: pytest-cov>=5.0; extra == "dev"
Requires-Dist: factory-boy>=3.3; extra == "dev"
Requires-Dist: ruff>=0.5.0; extra == "dev"
Requires-Dist: mypy>=1.10; extra == "dev"
Requires-Dist: django-stubs>=5.0; extra == "dev"
Dynamic: license-file
