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.88.tar.gz
(487.1 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.88-py3-none-any.whl
(520.9 kB
view details)
File details
Details for the file understory-0.0.88.tar.gz.
File metadata
- Download URL: understory-0.0.88.tar.gz
- Upload date:
- Size: 487.1 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 |
a4d2740781ce809f5f42839a1e661805cf57487e345758ae75b1d4f1dc3fba9a
|
|
| MD5 |
03677d79de79f8c4be91ebe2fd3634bc
|
|
| BLAKE2b-256 |
aa129fdcac6194360f38a651e5d227c37b4581796d8889d5c20b778501c019fd
|
File details
Details for the file understory-0.0.88-py3-none-any.whl.
File metadata
- Download URL: understory-0.0.88-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 |
17ad48f5350a0df6fa666c0c17b164e7cf8eadba00936b5faa07de69461e4d82
|
|
| MD5 |
25f71eb457baaacbd26c17f89a301173
|
|
| BLAKE2b-256 |
4365d7cdb4fae019971dbe9adbab17129f71ed34e3cca1b4508588afe021c9a5
|