Metadata-Version: 2.1
Name: specargs
Version: 0.1.0
Summary: A library for request parsing and response serialization that generates OpenAPI Specification files
Home-page: https://github.com/maz808/specargs
License: MIT
Keywords: OpenAPI,Flask,webargs,marshmallow,Generator
Author: Manuel Zamora
Author-email: mzamora808@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: apispec-webframeworks (>=0.5.2,<0.6.0)
Requires-Dist: apispec[marshmallow,yaml] (>=5.1.1,<6.0.0)
Requires-Dist: attrs (>=21.4.0,<22.0.0)
Requires-Dist: cattrs (>=1.10.0,<2.0.0)
Requires-Dist: webargs (>=8.1.0,<9.0.0)
Project-URL: Repository, https://github.com/maz808/specargs
Description-Content-Type: text/markdown

# specargs

**specargs** is a Python library for request parsing and response serialization that generates OpenAPI
Specification files. **specargs** is built upon [marshmallow](https://marshmallow.readthedocs.io),
[apispec](https://apispec.readthedocs.io), and [webargs](https://webargs.readthedocs.io). Full documentation can be
found at <https://specargs.rtfd.io>.

This project is under active development and should be considered unstable until the release of version 1.0.0.

