requestmodel#

PyPI Status Python Version License

Read the documentation at https://requestmodel.readthedocs.io/ Tests Codecov

pre-commit Black

Features#

  • Model your http requests as a pydantic model

  • Annotate your request parameters with fastapi params

  • Support for sync & async requests

Goals#

  • Create a generator for an OpenAPI spec

  • Support all kinds of http requests

Installation#

You can install requestmodel via pip from PyPI:

$ pip install requestmodel

Usage#

Please see the implementation detail for further instructions.

Contributing#

Contributions are very welcome. To learn more, see the Contributor Guide.

License#

Distributed under the terms of the MIT license, requestmodel is free and open source software.

Issues#

If you encounter any problems, please file an issue along with a detailed description.

Credits#

This project was generated from @cjolowicz’s Hypermodern Python Cookiecutter template.