Metadata-Version: 2.4
Name: drf-docmint
Version: 1.0.0
Summary: A zero-runtime CLI tool for generating static API documentation for Django REST Framework projects.
Author-email: Adith P <adithprakash008@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/adith-p/drf-docmint/
Project-URL: Issues, https://github.com/adith-p/drf-docmint/issues
Keywords: django,drf,documentation,api,openapi,postman,pdf,ast,static-analysis
Classifier: Environment :: Console
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development :: Documentation
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: markdown>=3.10.2
Requires-Dist: pyyaml>=6.0.3
Requires-Dist: rich>=14.3.2
Requires-Dist: textual>=7.5.0
Requires-Dist: typer>=0.23.1
Provides-Extra: pdf
Requires-Dist: weasyprint>=68.1; extra == "pdf"

# drf-docmint
A zero-runtime CLI tool for generating static API documentation for Django REST Framework projects.

-   Zero Config: Auto-detects serializers, views, and query parameters.
-   Formats: Markdown, HTML, PDF, OpenAPI (JSON/YAML), and Postman.
