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.89.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.89-py3-none-any.whl
(520.9 kB
view details)
File details
Details for the file understory-0.0.89.tar.gz.
File metadata
- Download URL: understory-0.0.89.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 |
e15390f3223bfd6422bdf7fc9e8abddb8ccef5dcb3fa5d33c1acc6e89fad6ff7
|
|
| MD5 |
59575ad8baf4be41deb5154ea1a9977b
|
|
| BLAKE2b-256 |
c5cdeb4913202dba6a14a7aeb5e0cf1c8b2825fa9f0385c4da3a077cb48c1339
|
File details
Details for the file understory-0.0.89-py3-none-any.whl.
File metadata
- Download URL: understory-0.0.89-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 |
fec6f4639bc5bc2d086ff9955df1bd5feba18d49c934c38cc9f5b4cd13724be7
|
|
| MD5 |
70f501adbd0c32104d81bedb124d9d3c
|
|
| BLAKE2b-256 |
24f995b417c756d65900436ca91c3ff419745955b973a5305bc648fee99d17d7
|