Aeros web server, based on Quart/Flask
Project description
Aeros Documentation
Aeros is a package containing many wrappers for widely used Web and API functions.
from Aeros import WebServer
from Aeros.misc import jsonify
app = WebServer(__name__,host="0.0.0.0",port=80)
app.route("/")
def home():
return jsonify({"response":"ok"})
if __name__ == '__main__':
app.start("-w 2") # worker threads (for more arguments see hypercorn documentation)
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
Aeros-0.0.5.tar.gz
(3.5 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
Aeros-0.0.5-py3-none-any.whl
(4.0 kB
view details)
File details
Details for the file Aeros-0.0.5.tar.gz.
File metadata
- Download URL: Aeros-0.0.5.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.3.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
23f2675394123835f4830c23430fe48f6dedddbed225218abad39b36545ef28b
|
|
| MD5 |
70c9249fd9bb4136a3fb4030ec0efd61
|
|
| BLAKE2b-256 |
6fb20b013b4fcf56bcbdb6d2fa1134f2ec472bc4f7f49415a8f9e63cc86d0829
|
File details
Details for the file Aeros-0.0.5-py3-none-any.whl.
File metadata
- Download URL: Aeros-0.0.5-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.3.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e8427047276faee6307e2196aacb94799fe3faeccda38c3dfb004a95f9a913c5
|
|
| MD5 |
0c5f10fef7a5885d78e2d2a886af07ed
|
|
| BLAKE2b-256 |
fc4331d6f8c9c76e287f7b157a3b1bdb4ad9494244cef587670640948e2c21e4
|