The library for management events
Project description
tapp
Asyncio library for creating applications for handling events from the user.
Documentation:
Quick start
Install:
pip install tapp
Example:
# !/usr/bin/python
# content examples/some.py
import asyncio
from tapp import TApp
app = TApp()
@app.route(method="method")
async def method_handler(message: str, version: str) -> None:
print(message, version)
async def main() -> None:
await app("method", "message", version="version")
if __name__ == "__main__":
asyncio.run(main())
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
tapp-1.2.tar.gz
(10.4 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
tapp-1.2-py3-none-any.whl
(15.7 kB
view details)
File details
Details for the file tapp-1.2.tar.gz.
File metadata
- Download URL: tapp-1.2.tar.gz
- Upload date:
- Size: 10.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1e6d59406b642fe491a51f1fd0c2325cc08a64964f37ccef6a061d8fdb84b9c0
|
|
| MD5 |
f27a55f2071deab2c05b309bd60a6484
|
|
| BLAKE2b-256 |
32f271398f04602dc09b19fdb35cb2533f519d1ce67a803a0179974bd5d09c2e
|
File details
Details for the file tapp-1.2-py3-none-any.whl.
File metadata
- Download URL: tapp-1.2-py3-none-any.whl
- Upload date:
- Size: 15.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dc42ddc807efe372a7ea5909f4c7eaf9fc88750a5761cdc0de906229f8539287
|
|
| MD5 |
67369ad546e4e663f2ceea90a57ce74e
|
|
| BLAKE2b-256 |
56ea5fef0029b57914b5db4495a1b6533754c4e7e5fcee120c60d3b015b573a0
|