Just some useful utilities Zeus will use in almost every projects.
Project description
Zeus's Utility
Features
- Parallel Execute
Quick Usage:
Install:
pip install zeus_utility
# or
pip install git+https://github.com/zeuscsc/zeus_utility.git
Usage
from parallel_executor import QueueExecutor
def print_a_plus_b(a,b):
print(a+b)
executor=QueueExecutor(threads_count=5)
for i in range(10):
executor.add_task(print_a_plus_b,a=i,b=i)
executor.execute()
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
zeus_utility-0.0.3.tar.gz
(4.0 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 zeus_utility-0.0.3.tar.gz.
File metadata
- Download URL: zeus_utility-0.0.3.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b460b47bba835c6de20cbaa41f0341f0ea8e8cfd21d8189c91983c2244a1bbb9
|
|
| MD5 |
017b983fe82577e90ab9cafd20a8c4b6
|
|
| BLAKE2b-256 |
b270eb8558a99c7d81766d98f39c70343d30076580ee59aac5e42c0c2f9b03ef
|
File details
Details for the file zeus_utility-0.0.3-py2.py3-none-any.whl.
File metadata
- Download URL: zeus_utility-0.0.3-py2.py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4fdf4a80715a45ed0379a7d28407d6f516366a4fc534643b6beb46bc58a3d56e
|
|
| MD5 |
acbb0d930b5d0aa824ca2d8b554fa305
|
|
| BLAKE2b-256 |
67d22a18ce9d9f5837d860094f2a536e129dd388434ececf9ef642c6d768ef79
|