Skip to main content

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


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

evautils-1.0.1-py3-none-any.whl (4.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page