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.92.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.92-py3-none-any.whl
(521.5 kB
view details)
File details
Details for the file understory-0.0.92.tar.gz.
File metadata
- Download URL: understory-0.0.92.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 |
269c86fcea3486577f3ddc4cd48b2b69720f999cd259fb64a6658f181ed8019d
|
|
| MD5 |
6ba4ca13ad2707fa0a5fd84d6d769942
|
|
| BLAKE2b-256 |
ce5854715129b4f28b32e4abd4a98b20a4f126743d77795abe049a2152f1b66a
|
File details
Details for the file understory-0.0.92-py3-none-any.whl.
File metadata
- Download URL: understory-0.0.92-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 |
44a9fe908abfb7366606943a89352796b594b5e40695ece57330668316466a92
|
|
| MD5 |
3ef5a9fe08a73a36bcf57f36ccca4e77
|
|
| BLAKE2b-256 |
cb754d23183ec2e3e01510b8a67ae24710667bd097376f0a939c9f6fabf3b3ae
|