Contents

fastapi-hypermodel 2.1.0

0

A FastAPI + Pydantic extension for simplifying hypermedia-driven API development.

A FastAPI + Pydantic extension for simplifying hypermedia-driven API development.

Stars: 30, Watchers: 30, Forks: 6, Open Issues: 11

The jtc42/fastapi-hypermodel repo was created 3 years ago and the last code push was 5 days ago. The project is moderately popular with 30 github stars!

How to Install fastapi-hypermodel

You can install fastapi-hypermodel using pip

pip install fastapi-hypermodel

or add it to a project with poetry

poetry add fastapi-hypermodel

Package Details

Author
Joel Collins
License
MIT
Homepage
https://github.com/jtc42/fastapi-hypermodel
PyPi:
https://pypi.org/project/fastapi-hypermodel/
GitHub Repo:
https://github.com/jtc42/fastapi-hypermodel

Classifiers

No  fastapi-hypermodel  pypi packages just yet.

Errors

A list of common fastapi-hypermodel errors.

Code Examples

Here are some fastapi-hypermodel code examples and snippets.

GitHub Issues

The fastapi-hypermodel package has 11 open issues on GitHub

  • Add Python 3.10 to Workflow

See more issues on GitHub

Related Packages & Articles

fastapi-code-generator 0.4.4

900 Stars :star: 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.

fastapi-admin 1.0.4

A fast admin dashboard based on FastAPI and TortoiseORM with tabler ui, inspired by Django admin.