Launch Week Day 5: Introducing Reachability for PHP.Learn More
Socket
Book a DemoSign in
Socket

tasktools

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tasktools

This module allows you to work with asyncio coroutines and schedule some tasks.

pipPyPI
Version
1.2.0
Maintainers
1

Asyncio Tasks Tools

The asyncio module, from standar library since 3.4, is basic for the coroutines and tasks. You need to study first this module because it's not really easy.

This module allows you to work with asyncio coroutines and schedule some tasks.

These tasks can be build in a really generic way, like an independet loop.

The tools in this module can help you to manage your coroutines and succeed.

The 'how to use' on documentation file.

How to install

To install, in your virtualenvironment, execute pip:

pip install git+[url]

Or, using setup:

python setup.py tasktools

Keywords

asyncio

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts