Metadata-Version: 2.1
Name: apifaker
Version: 0.0.1
Summary: Automatically creates mocked versions of an API from openapi.json specification for use in Python tests.
Author-email: Cary Carter <ccarterdev@gmail.com>
Project-URL: repository, https://github.com/cc-d/apifaker
Keywords: api,mock,testing,openapi,fastapi
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Testing
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyshared >=1.5.3
Provides-Extra: dev
Requires-Dist: setuptools >=42 ; extra == 'dev'
Requires-Dist: wheel ; extra == 'dev'
Requires-Dist: fastapi ; extra == 'dev'
Requires-Dist: pydantic ; extra == 'dev'
Requires-Dist: httpx ; extra == 'dev'

# apifaker

automatically creates mocked version of an api from openapi.json specification for use in python tests
