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.control("")
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.91.tar.gz
(487.4 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.91-py3-none-any.whl
(521.5 kB
view details)
File details
Details for the file understory-0.0.91.tar.gz.
File metadata
- Download URL: understory-0.0.91.tar.gz
- Upload date:
- Size: 487.4 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 |
e1a51fa4d44e018436740e0602bee65efe9b36f1868592561cbc64fb1faedf35
|
|
| MD5 |
a4b63d9c5b92cbab4543b8ec94135144
|
|
| BLAKE2b-256 |
747228019af450cb496c26f5fb70840cda3e57b3e8480fc3bebfec936a107407
|
File details
Details for the file understory-0.0.91-py3-none-any.whl.
File metadata
- Download URL: understory-0.0.91-py3-none-any.whl
- Upload date:
- Size: 521.5 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 |
ef131b26b230344dad01b33087d50201059328b3ff529d3765e38b8fec191e47
|
|
| MD5 |
9be71c792d370375a54a8a79ef54771a
|
|
| BLAKE2b-256 |
a479f8b0de0d902203cadf4f55f94fd0b6484e4c4056743ae00a78916f274d9c
|