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.
Release files for appier 1.3.36
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| appier-1.3.36.tar.gz | 122.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| appier-1.3.36-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size:289.0 kB
Release files / appier-1.3.36.tar.gz
| Download URL | appier-1.3.36.tar.gz |
|---|---|
| Size | 122.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6efb784664e378605357a0f23fa9b1ec113494d850eb6b2f9a7b7624c9b024f4
|
|
BLAKE2b-256 checksum How to use checksums |
fc8a21f2eafc945614d53d13cf6904f466cb3280a3c24ae194faecafaf9ba900
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / appier-1.3.36-py2.py3-none-any.whl
| Download URL | appier-1.3.36-py2.py3-none-any.whl |
|---|---|
| Size | 166.4 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
26db6bc63afdce0280811ae38016354f1970daa4045c2ca31193ae0de6b2d28d
|
|
BLAKE2b-256 checksum How to use checksums |
46cc542c6a689860661a0b3adc4bf84b15cddbaa6b7fbcd143e3bf0a13fe9643
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |