Contents

drf-yasg 1.21.14

0

Automated generation of real Swagger/OpenAPI 2.0 schemas from Django Rest Framework code.

Automated generation of real Swagger/OpenAPI 2.0 schemas from Django Rest Framework code.

Stars: 3544, Watchers: 3544, Forks: 440, Open Issues: 247

The axnsan12/drf-yasg repo was created 8 years ago and the last code push was 1 months ago.
The project is very popular with an impressive 3544 github stars!

How to Install drf-yasg

You can install drf-yasg using pip

pip install drf-yasg

or add it to a project with poetry

poetry add drf-yasg

Package Details

Author
None
License
None
Homepage
None
PyPi:
https://pypi.org/project/drf-yasg/
Documentation:
https://drf-yasg.readthedocs.io/en/stable/
GitHub Repo:
https://github.com/axnsan12/drf-yasg

Classifiers

  • Documentation
  • Software Development/Code Generators
No  drf-yasg  pypi packages just yet.

Errors

A list of common drf-yasg errors.

Code Examples

Here are some drf-yasg code examples and snippets.

GitHub Issues

The drf-yasg package has 247 open issues on GitHub

  • The filters are not automatically Recognized in DRF views
  • Add support for creating long int ( integer, int64) fields.
  • fix Python 3.12 type parameter syntax with from __future__ import annotations

See more issues on GitHub

Related Packages & Articles

fastapi 0.129.0

FastAPI framework, high performance, easy to learn, fast to code, ready for production

apispec 6.9.0

A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger specification).