steroid

FastAPI on steroids

MIT License

Downloads
370
Stars
0
Committers
2

Bot releases are visible (Hide)

steroid - v0.16b Latest Release

Published by github-actions[bot] 7 months ago

  • 3def4b8 - fix(methods,controllers): calls returned callable method from setupMethod
steroid - v0.15b

Published by github-actions[bot] 7 months ago

  • 4120ee3 - Merge pull request #8 from struckchure/fix/returns-callable-in-http-method-setup
  • 2a4dfa8 - fix(methods): returns registered decorators
  • 599f3bb - Merge pull request #6 from struckchure/fix/controller-method-path
steroid - v0.14b

Published by github-actions[bot] 7 months ago

  • 20b5756 - fix(methods.py): returns callable in setupMethod
  • a1c0a5f - fix(methods.py): adds / as default route
  • 2918530 - build(pip-dev): adds requirements file for dev
steroid - v0.13b

Published by github-actions[bot] about 1 year ago

  • 35c575b - ci(release-ci): updates release-ci
steroid - v0.12b

Published by github-actions[bot] about 1 year ago

steroid - v0.7b

Published by github-actions[bot] about 1 year ago

v0.7b (2023-07-23)

Feat

  • steroid/middleware: adds middleware classes for methods
  • steroid/controller: adds method to handle methods and middlewares
  • steroids/constants: adds app constants
  • logging: adds logging configurations

Refactor

  • steroid/methods: adds setup method
  • steroid/app: updates addController method in CreateApp

v0.6b (2023-07-20)

v0.5b (2023-07-20)

Feat

  • steroid: adds common imports to init file
  • steroid/middleware: adds middleware utility
  • steroid/controller: adds api controller
  • steroid/app: adds hot reload with watchfiles
  • methods: adds basic http methods
  • logging: adds log configurations

v0.4b (2023-07-18)

v0.3b (2023-07-18)

v0.2b (2023-07-18)

v0.1b (2023-07-18)

Fix

  • import: fixes import name in app.py and common.py

v0.0b (2023-07-18)

Feat

  • hello: init
steroid - v0.6b

Published by github-actions[bot] over 1 year ago

v0.6b

Feat

  • steroid: adds common imports to init file
  • steroid/middleware: adds middleware utility
  • steroid/controller: adds api controller
  • steroid/app: adds hot reload with watchfiles
  • methods: adds basic http methods
  • logging: adds log configurations

v0.4b (2023-07-18)

v0.3b (2023-07-18)

v0.2b (2023-07-18)

v0.1b (2023-07-18)

Fix

  • import: fixes import name in app.py and common.py

v0.0b (2023-07-18)

Feat

  • hello: init
steroid - v0.5b

Published by github-actions[bot] over 1 year ago

Feat

  • steroid: adds common imports to init file
  • steroid/middleware: adds middleware utility
  • steroid/controller: adds api controller
  • steroid/app: adds hot reload with watchfiles
  • methods: adds basic http methods
  • logging: adds log configurations