A minimalistic API framework built on top of Flask, Marshmallow and friends.
- Python 93.9%
- HTML 4.2%
- Shell 1.9%
| .github/workflows | ||
| bin | ||
| docs | ||
| examples | ||
| src/apifairy | ||
| tests | ||
| .gitignore | ||
| .readthedocs.yaml | ||
| CHANGES.md | ||
| LICENSE | ||
| MANIFEST.in | ||
| pyproject.toml | ||
| README.md | ||
| tox.ini | ||
APIFairy
APIFairy is a minimalistic API framework built on top of Flask, and with the support of Marshmallow schemas. Using a familiar decorator syntax you can generate a live documentation site directly from your source code.
Check out Microblog-API to see APIFairy in action in a non-trivial project.
