Loosely coupled, typed web framework for modern Python
Project description
mountAPI
Example
from mountapi.core.app import Application
from mountapi.core.settings import DefaultSettings
from mountapi.routing import Route
async def hello_person(name: str):
return {'message': f'Hello {name}!'}
routes = [
Route('/hello/<name:str>/', hello_person)
]
if __name__ == '__main__':
app = Application(settings=DefaultSettings, routes=routes)
app.run()
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
mountapi-0.1.0a0.tar.gz
(6.6 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
File details
Details for the file mountapi-0.1.0a0.tar.gz.
File metadata
- Download URL: mountapi-0.1.0a0.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
17ecf3d82fa53609b610762c1e206a5baeec1cdd430fb22075deac90c6a7b308
|
|
| MD5 |
1e45652842c104088c033603cd88f174
|
|
| BLAKE2b-256 |
8df9238559a966c82508e269edfd57b5aa656414d87b68f37cbbf37aec6de587
|
File details
Details for the file mountapi-0.1.0a0-py3-none-any.whl.
File metadata
- Download URL: mountapi-0.1.0a0-py3-none-any.whl
- Upload date:
- Size: 9.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe87d3997711f64384489d9dfeb24b850760c923218b875e891d38e1d38bd72a
|
|
| MD5 |
43a6c9169a119bb094f388ac794a757e
|
|
| BLAKE2b-256 |
b61a1fc5cf1247aaade749c169dc229e723bc0c12467919b1aee9c1c66593da5
|