fastango
fastango copied to clipboard
Simplifies class-based views for more organized and maintainable code in FastAPI ✨
Building all the flow based on this issue. https://github.com/yezz123/fastapi-class/issues/104 - Class Based Views: In Django, views are the heart of the application. Class Based Views (CBVs) are a way to...
updates: - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.0.1...v4.6.0) - [github.com/PyCQA/isort: 5.10.1 → 5.13.2](https://github.com/PyCQA/isort/compare/5.10.1...5.13.2) - https://gitlab.com/pycqa/flake8 → https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 4.0.1 → 7.0.0](https://github.com/PyCQA/flake8/compare/4.0.1...7.0.0) - [github.com/humitos/mirrors-autoflake: v1.3 → v1.1](https://github.com/humitos/mirrors-autoflake/compare/v1.3...v1.1) - [github.com/psf/black: 21.7b0 → 24.4.2](https://github.com/psf/black/compare/21.7b0...24.4.2)
Building all the flow based on this issue. https://github.com/yezz123/fastapi-class/issues/104 - Class Based Views: In Django, views are the heart of the application. Class Based Views (CBVs) are a way to...