An interesting python package
Project description
gorse
Installing
Install and update using pip:
$ pip install -U gorse
A Simple Example
from gorse import route, run, template
@route("/hello/<name>")
def hello(name):
return template("<b1>Hello {{name}}</b1>!", name=name)
@route("/")
def index():
return "<h1>Hello world!</h1>"
run(host="127.0.0.1", port=8000, debug=True)
Links
- Documentation: https://github.com/MarkHoo/gorse
- PyPI Releases: https://pypi.org/project/gorse/
- Source Code: https://github.com/MarkHoo/gorse
- Issue Tracker: https://github.com/MarkHoo/gorse/issues
- Website: https://pypi.org/project/gorse/
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
gorse-0.4.3.tar.gz
(54.7 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
gorse-0.4.3-py3-none-any.whl
(54.5 kB
view details)
File details
Details for the file gorse-0.4.3.tar.gz.
File metadata
- Download URL: gorse-0.4.3.tar.gz
- Upload date:
- Size: 54.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e9677536ee201abe8ca8f22d807de3f4bbf205370d79efe5c5992bd385242dd5
|
|
| MD5 |
0d5f95b12c081601c4665433328ab568
|
|
| BLAKE2b-256 |
b6b0d38728f0b62ef04d041367f78d58b424b6d988b34e10675f0c9d3616e4fa
|
File details
Details for the file gorse-0.4.3-py3-none-any.whl.
File metadata
- Download URL: gorse-0.4.3-py3-none-any.whl
- Upload date:
- Size: 54.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d018db15c96aa79ca3a0b789ec6e007155bb5f454093e33b31ffdb600de83f2d
|
|
| MD5 |
4e6109f0c1433c5fb540db618f92df44
|
|
| BLAKE2b-256 |
358213aa732467b97ae4b65a6687ba8abf1346bc62b03647eb5d3fc1f328b501
|