Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrthearman/drf-openapi-schema
Django Rest Framework OpenAPI Schema generation.
https://github.com/mrthearman/drf-openapi-schema
api django openapi python schema
Last synced: about 2 months ago
JSON representation
Django Rest Framework OpenAPI Schema generation.
- Host: GitHub
- URL: https://github.com/mrthearman/drf-openapi-schema
- Owner: MrThearMan
- License: mit
- Created: 2023-05-01T09:49:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-08T00:39:51.000Z (9 months ago)
- Last Synced: 2024-04-08T02:14:25.277Z (9 months ago)
- Topics: api, django, openapi, python, schema
- Language: Python
- Homepage: https://pypi.org/project/drf-openapi-schema/
- Size: 2.89 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Django Rest Framework OpenAPI Schema
[![Coverage Status][coverage-badge]][coverage]
[![GitHub Workflow Status][status-badge]][status]
[![PyPI][pypi-badge]][pypi]
[![GitHub][licence-badge]][licence]
[![GitHub Last Commit][repo-badge]][repo]
[![GitHub Issues][issues-badge]][issues]
[![Downloads][downloads-badge]][pypi]
[![Python Version][version-badge]][pypi]```shell
pip install drf-openapi-schema
```---
**Documentation**: [https://mrthearman.github.io/drf-openapi-schema/](https://mrthearman.github.io/drf-openapi-schema/)
**Source Code**: [https://github.com/MrThearMan/drf-openapi-schema/](https://github.com/MrThearMan/drf-openapi-schema/)
**Contributing**: [https://github.com/MrThearMan/drf-openapi-schema/blob/main/CONTRIBUTING.md](https://github.com/MrThearMan/drf-openapi-schema/blob/main/CONTRIBUTING.md)
---
...
[coverage-badge]: https://coveralls.io/repos/github/MrThearMan/drf-openapi-schema/badge.svg?branch=main
[status-badge]: https://img.shields.io/github/actions/workflow/status/MrThearMan/drf-openapi-schema/test.yml?branch=main
[pypi-badge]: https://img.shields.io/pypi/v/drf-openapi-schema
[licence-badge]: https://img.shields.io/github/license/MrThearMan/drf-openapi-schema
[repo-badge]: https://img.shields.io/github/last-commit/MrThearMan/drf-openapi-schema
[issues-badge]: https://img.shields.io/github/issues-raw/MrThearMan/drf-openapi-schema
[version-badge]: https://img.shields.io/pypi/pyversions/drf-openapi-schema
[downloads-badge]: https://img.shields.io/pypi/dm/drf-openapi-schema[coverage]: https://coveralls.io/github/MrThearMan/drf-openapi-schema?branch=main
[status]: https://github.com/MrThearMan/drf-openapi-schema/actions/workflows/test.yml
[pypi]: https://pypi.org/project/drf-openapi-schema
[licence]: https://github.com/MrThearMan/drf-openapi-schema/blob/main/LICENSE
[repo]: https://github.com/MrThearMan/drf-openapi-schema/commits/main
[issues]: https://github.com/MrThearMan/drf-openapi-schema/issues