Social web framework.
Project description
understory
Social web framework
Use
A simple website
pip install understory
Create a directory for your website (eg. mysite/) and place the following in
the package's __init__.py (eg. mysite/__init__.py):
from understory import web
app = web.application(__name__)
@app.route("")
class Landing:
def get(self):
return "peaches"
web serve mysite
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
understory-0.0.87.tar.gz
(487.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
understory-0.0.87-py3-none-any.whl
(520.9 kB
view details)
File details
Details for the file understory-0.0.87.tar.gz.
File metadata
- Download URL: understory-0.0.87.tar.gz
- Upload date:
- Size: 487.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.9.1 Linux/4.19.0-18-amd64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1bfb69cdba2f45de51a0b7dc8c1d354074474dfab94e760c9fcad507305796fa
|
|
| MD5 |
5ba928204240714eced27432c2f4cc8d
|
|
| BLAKE2b-256 |
1f5b5c27dd4eae68a8bf98ff764fb530c1916e10cc8c46f5b4b00c7295158257
|
File details
Details for the file understory-0.0.87-py3-none-any.whl.
File metadata
- Download URL: understory-0.0.87-py3-none-any.whl
- Upload date:
- Size: 520.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.9.1 Linux/4.19.0-18-amd64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4c84ede2a56141b664ff5470444f36df1e9feb233a06b47df2fa6e17f656769a
|
|
| MD5 |
e6b3c0d6dba3546b256fdcad0974a17d
|
|
| BLAKE2b-256 |
2fa9af9c562a28712cdca4b2feccdb6d0eda51915c6592dac7e884b37d6b6e42
|