Metadata-Version: 2.1
Name: marshmallow_api_utils
Version: 0.1.1
Summary: Marshmallow API Utilities
Project-URL: Homepage, https://github.com/mvanderlee/marshmallow_api_utils
Author-email: Michiel Vanderlee <jmt.vanderlee@gmail.com>
License-Expression: MIT
License-File: LICENSE.md
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.10
Requires-Dist: apispec[marshmallow]<7,>=6
Requires-Dist: dpath<3,>=2.1.0
Requires-Dist: marshmallow-dataclass<9,>=8.5.1
Requires-Dist: marshmallow<4,>=3.18.0
Requires-Dist: python-multipart<0.0.7,>=0.0.5
Requires-Dist: pyyaml>=5.4.1
Requires-Dist: sqlalchemy<3,>=2.0.0
Provides-Extra: dev
Requires-Dist: hatch; extra == 'dev'
Requires-Dist: isort<6.0.0,>=5.0.6; extra == 'dev'
Requires-Dist: pre-commit<4,>=3.2.0; extra == 'dev'
Requires-Dist: ruff==0.0.260; extra == 'dev'
Provides-Extra: flask
Requires-Dist: flask-log-request-id<1.0.0,>=0.10.0; extra == 'flask'
Requires-Dist: flask-smorest<1,>=0.40.0; extra == 'flask'
Requires-Dist: flask<3,>=2; extra == 'flask'
Provides-Extra: test
Requires-Dist: coverage[toml]<8.0,>=6.5.0; extra == 'test'
Requires-Dist: isort<6.0.0,>=5.0.6; extra == 'test'
Requires-Dist: mypy<2,>=1.1.1; extra == 'test'
Requires-Dist: pytest<8.0.0,>=7.1.3; extra == 'test'
Requires-Dist: ruff==0.0.260; extra == 'test'
Description-Content-Type: text/markdown

# Marshmallow API Utilities

A collection of tools for REST API development with Marshmallow.
