Contents

fastapi-code-generator 0.4.4

0
Stars: 900, Watchers: 900, Forks: 95, Open Issues: 50

The koxudaxi/fastapi-code-generator repo was created 3 years ago and the last code push was 3 weeks ago.
The project is popular with 900 github stars!

How to Install fastapi-code-generator

You can install fastapi-code-generator using pip

pip install fastapi-code-generator

or add it to a project with poetry

poetry add fastapi-code-generator

Package Details

Author
Koudai Aono
License
MIT
Homepage
https://github.com/koxudaxi/fastapi-code-generator
PyPi:
https://pypi.org/project/fastapi-code-generator/
GitHub Repo:
https://github.com/koxudaxi/fastapi-code-generator

Classifiers

No  fastapi-code-generator  pypi packages just yet.

Errors

A list of common fastapi-code-generator errors.

Code Examples

Here are some fastapi-code-generator code examples and snippets.

GitHub Issues

The fastapi-code-generator package has 50 open issues on GitHub

  • How to generate response_class instead of response_model?
  • No Request parameter generated for requestBody with multipart/form-data

See more issues on GitHub

Related Packages & Articles

fastapi 0.110.1

FastAPI framework, high performance, easy to learn, fast to code, ready for production

pydantic-gen generates pydantic schemas from YAML files

pydantic-gen is a code generation python package that takes a YML file containing a OpenAPI Schema and generates python pydantic models. pydantic-gen can get used in your codebase to dynamically regenerate your pydantic models or it can be used one time to generator python code. The author of the pydantic-gen module is Mikhail Beliansky.