Metadata-Version: 2.1
Name: pycornmarsh
Version: 0.0.1rc2
Summary: Automated OpenAPI documentation with Pyramid Cornice and Marshmallow 
Home-page: https://github.com/debonzi/pycornmarsh
Author: Daniel Debonzi
Author-email: debonzi@gmail.com
License: BSD
Keywords: pyramid openapi apispec marshmallow cornice rest restful
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Framework :: Pyramid
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
Requires-Dist: pyramid-apispec (>=0.4)
Requires-Dist: cornice (>=6.0.0)
Requires-Dist: marshmallow (<4.0.0,>=3.13.0)
Requires-Dist: marshmallow-oneofschema (<4.0.0,>=3.0.1)
Provides-Extra: ci
Requires-Dist: python-coveralls ; extra == 'ci'
Provides-Extra: dev
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'
Requires-Dist: webtest ; extra == 'dev'
Requires-Dist: tox ; extra == 'dev'
Requires-Dist: black ; extra == 'dev'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: webtest ; extra == 'test'
Requires-Dist: tox ; extra == 'test'

# PyCornMarsh OpenAPI

Automated OpenAPI documentation with Pyramid Cornice and Marshmallow


