appier
v1.46.0Appier Framework
312 KBpy2.py3-none-anyApache Software License
$ uv add appierAppier_
Joyful Python Web App development
Appier is an object-oriented Python web framework built for super fast app development. It's as lightweight as possible, but not too lightweight. It gives you the power of bigger frameworks, without their complexity.
Installation
pip install appier
Usage
import appier
class HelloApp(appier.App):
@appier.route("/", "GET")
def hello(self):
return "Hello World"
HelloApp().serve()
More
For more information consult the website_.
Details
- Version
- 1.46.0
- License
- Apache Software License
- Maintainer
- Hive Solutions Lda.
Links
Release Cadence
23
releases in the past year
avg 5 days between releases
Maintainers
- Hive Solutions Lda. · [email protected]