Contents

apispec 6.6.0

0

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

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

Stars: 1128, Watchers: 1128, Forks: 172, Open Issues: 31

The marshmallow-code/apispec repo was created 9 years ago and the last code push was Yesterday.
The project is very popular with an impressive 1128 github stars!

How to Install apispec

You can install apispec using pip

pip install apispec

or add it to a project with poetry

poetry add apispec

Package Details

Author
License
Homepage
PyPi:
https://pypi.org/project/apispec/
GitHub Repo:
https://github.com/marshmallow-code/apispec

Classifiers

No  apispec  pypi packages just yet.

Errors

A list of common apispec errors.

Code Examples

Here are some apispec code examples and snippets.

GitHub Issues

The apispec package has 31 open issues on GitHub

  • Version classes are deprecated in setuputils > 59.5.0
  • [RFC] Make marshmallow a hard dependency

See more issues on GitHub

Related Packages & Articles

fastapi 0.110.1

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

httpie 3.2.2

The httpie Python package is a user-friendly command-line HTTP client for the API era. It aims to simplify the interaction with web services from the command line, making it an excellent tool for testing, debugging, and interacting with APIs and HTTP servers. httpie provides a range of features, including expressive syntax, colorized output, built-in JSON support, and the ability to handle forms and file uploads. This package is a key tool in the realm of Web Development and API Testing.