fasttask's manager
Project description
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)
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
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 fasttask_manager-0.2.7-py2.py3-none-any.whl.
File metadata
- Download URL: fasttask_manager-0.2.7-py2.py3-none-any.whl
- Upload date:
- Size: 7.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c8972005059697ddb66b8cc1de6b32b268bba63779d25557d2e9a867dd3944e8
|
|
| MD5 |
9f3f6df87e808949c01475eadf536ce8
|
|
| BLAKE2b-256 |
b816086dd06843416b43594d63a185e5546ae1ba8cd34a9fac73f67b1133de60
|