pydantic-gen generates pydantic schemas from YAML files
0
Code generator for pydantic schemas
Contents
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.
The licht1stein/pydantic-gen
repo was created 4 years ago and the last code push was 4 years ago. The project is not very popular with only 15 github stars!
How to Install pydantic-gen
You can install pydantic-gen using pip
pip install pydantic-gen
or add it to a project with poetry
poetry add pydantic-gen
Package Details
- Author
- MB
- License
- MIT
- Homepage
- https://github.com/licht1stein/pydantic-gen
- PyPi:
- https://pypi.org/project/pydantic-gen/
- GitHub Repo:
- https://github.com/licht1stein/pydantic-gen
Classifiers
Related Packages
Errors
A list of common pydantic-gen errors.
Code Examples
Here are some pydantic-gen
code examples and snippets.