manager for fasttask
create project
python -m fasttask_manager.create_project
create a Manager
m = Manager("127.0.0.1", task_name="get_hypotenuse", port=8080)
run a task
result = m.run(params)
create a task and check result later
result_id = m.create_task(params)
# do something...
# do something...
# do something...
result = m.check(result_id)
create a task and wait for result
result = m.create_and_wait_result(params)
Release files for fasttask-manager 0.0.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| fasttask_manager-0.0.6.tar.gz | 5.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| fasttask_manager-0.0.6-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 12.1 kB
Release files / fasttask_manager-0.0.6.tar.gz
| Download URL | fasttask_manager-0.0.6.tar.gz |
|---|---|
| Size | 5.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ae317bb42820fdff6654e3672e9975c2abc081c1c15518155ab5714c22c1420d
|
|
BLAKE2b-256 checksum How to use checksums |
adf01db63420b99bcebac53df08e022085156f7d961f5c2bb6d33f7e6abd5eb7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.6.0 importlib_metadata/4.2.0 pkginfo/1.7.1 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.9
|
Release files / fasttask_manager-0.0.6-py3-none-any.whl
| Download URL | fasttask_manager-0.0.6-py3-none-any.whl |
|---|---|
| Size | 7.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
cad052862547d3f0940b445544387cecb9963b8f049db456c3dd834967cc2ad0
|
|
BLAKE2b-256 checksum How to use checksums |
3c6d291a5d64337c3586e8f720868b8e5abab6013bd0cde28b29808e9218b470
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.6.0 importlib_metadata/4.2.0 pkginfo/1.7.1 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.9
|