Utils for Python.
Project description
EvaUtils
EvaUtils is Utils for Python.
Example Usage
from evautils.requests import download_file
from evautils.futures import multi_thread_executor
print(download_file('./', 'https://demo.com/demo.jpg'))
def demo(items, update, name):
for item in items:
print(name, item)
if update:
update()
multi_thread_executor(2, [1, 2], demo, None, 'thread')
Installing EvaUtils
EvaUtils is available on PyPI:
$ python -m pip install evautils
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 evautils-1.0.1-py3-none-any.whl.
File metadata
- Download URL: evautils-1.0.1-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1b0a8893bc4bc7d363430b9146bd889f3a08b57e914ed1fd4d22b8f19a4c5a1a
|
|
| MD5 |
c2c439a17f3119980ad795022b90ba38
|
|
| BLAKE2b-256 |
845ac8b12059f0d2d8ba2462b448facd067976e5cecf2ede470135a6492f7f79
|