Pre-release
This release is a pre-release and may not be stable for production use.
coordinator
A simple library that manages hooks in Python applications.
Example
Simplest example
from gevent import monkey; monkey.patch_all()
from coordinator import Coordinator
coord = Coordinator()
@coord.register_task("my_hook")
def my_task(context):
print(context["message"])
coord.fire_hook("my_hook", {
"message": "Hello, World!"
})
Full documentation is WIP.
Release files for coordinator 1.0.0b1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| coordinator-1.0.0b1.tar.gz | 2.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| coordinator-1.0.0b1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.0 kB
Release files / coordinator-1.0.0b1.tar.gz
| Download URL | coordinator-1.0.0b1.tar.gz |
|---|---|
| Size | 2.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ad3c61519cb0c4f3e3e1ba5b09e8ddd1eaac4cb041351f55e288316e18f439f9
|
|
BLAKE2b-256 checksum How to use checksums |
e2a6d3e80903a432ee46fbd8b86f4d78ab9b02cca8a257c508c68bebd8adcc8f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.2
|
Release files / coordinator-1.0.0b1-py3-none-any.whl
| Download URL | coordinator-1.0.0b1-py3-none-any.whl |
|---|---|
| Size | 3.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
5293ab393da3f1b937f8a8fc736a6d1676e92d5abc93697af7847fc40762cfac
|
|
BLAKE2b-256 checksum How to use checksums |
4ca3a0b96e53ac8b213fca1f26a6c6bf71f2c9d1878e0fdda24289b2e9227d32
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.2
|