component-based architecture and project hierarchy based on opensource web framework
Project description
hyssop
hyssop is a pure python project adds component-based architecture and project hierarchy to opensource web frameworks. It's currently based on Tornado Web Server
prerequest: python 3.6+, pip
Install hyssop with pip: pip install hyssop
Hello world
create a minimal runable server project:
- In command prompt, create a project named hello:
python3 -m hyssop create hello - Start the project:
python3 -m hyssop start hello - Open Browser views the response of hello api, http://localhost:8888/hello
- To stop server, press ctrl+c in the command prompt
Read documentation for more information
Change log
- 1.0.0 - Aug. 20, 2020:
- Initalizing project.
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
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
File details
Details for the file hyssop-1.0.0.tar.gz.
File metadata
- Download URL: hyssop-1.0.0.tar.gz
- Upload date:
- Size: 32.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.19.5 CPython/3.6.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b0b49c070e4fcff38e94c7363612486944b40cc5449183fa312136a95fb1c28
|
|
| MD5 |
04269991964cc0f88abd60a5110441f8
|
|
| BLAKE2b-256 |
7bb7df9703d0988324305af0ddab104749f3b8c3be389c86467fd36befcb65e6
|
File details
Details for the file hyssop-1.0.0-py3-none-any.whl.
File metadata
- Download URL: hyssop-1.0.0-py3-none-any.whl
- Upload date:
- Size: 52.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.19.5 CPython/3.6.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9ec8e26385ed73f723b7c30a2bbbcf3ad87efb7367053d07e87a68198214fa79
|
|
| MD5 |
3ea0aaba61a93de995e22307b46a3d85
|
|
| BLAKE2b-256 |
7efb7c951709486e0cf97ed586ad96f3ac02d59b127918f8bbbc2a6095da76e2
|