tasktools


Nametasktools JSON
Version 1.1.69 PyPI version JSON
download
home_pagehttps://tasktools.readthedocs.io/en/latest/
SummarySome useful tools for asycnio Tasks: async while, the Scheduler and Assignator classes
upload_time2022-04-14 20:24:25
maintainer
docs_urlNone
authorDavid Pineda Osorio
requires_python
licenseGPLv3
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Asyncio Tasks Tools
======================

The [asyncio](https://docs.python.org/3/library/asyncio.html) 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](../doc/tasktools.pdf) file.


How to install
-----------------

To install, in your virtualenvironment, execute pip:

```
pip install git+[url]
```

Or, using setup:

```
python setup.py tasktools
```



            

Raw data

            {
    "_id": null,
    "home_page": "https://tasktools.readthedocs.io/en/latest/",
    "name": "tasktools",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "David Pineda Osorio",
    "author_email": "dpineda@uchile.cl",
    "download_url": "https://files.pythonhosted.org/packages/dd/f1/89b052ed5a331496efdc78f9d537bd653d42265da898a48eb4b9fe1a23b3/tasktools-1.1.69.tar.gz",
    "platform": null,
    "description": "Asyncio Tasks Tools\n======================\n\nThe [asyncio](https://docs.python.org/3/library/asyncio.html) module,  from standar library since 3.4, is basic for the coroutines and tasks. You need to\nstudy first this module because it's not really easy.\n\nThis module allows you to work with asyncio coroutines and schedule some\ntasks.\n\nThese tasks can be build in a really generic way, like an independet loop.\n\nThe tools in this module can help you to manage your coroutines and succeed.\n\nThe 'how to use' on [documentation](../doc/tasktools.pdf) file.\n\n\nHow to install\n-----------------\n\nTo install, in your virtualenvironment, execute pip:\n\n```\npip install git+[url]\n```\n\nOr, using setup:\n\n```\npython setup.py tasktools\n```\n\n\n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "Some useful tools for asycnio Tasks: async while, the Scheduler and Assignator classes",
    "version": "1.1.69",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ddf189b052ed5a331496efdc78f9d537bd653d42265da898a48eb4b9fe1a23b3",
                "md5": "249ef1f00751549ebd3d3ca3505fa703",
                "sha256": "a2046ef8a998bca13bbf3c076438a98d73769959374857454419e32fac2a0b56"
            },
            "downloads": -1,
            "filename": "tasktools-1.1.69.tar.gz",
            "has_sig": false,
            "md5_digest": "249ef1f00751549ebd3d3ca3505fa703",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 24342,
            "upload_time": "2022-04-14T20:24:25",
            "upload_time_iso_8601": "2022-04-14T20:24:25.557842Z",
            "url": "https://files.pythonhosted.org/packages/dd/f1/89b052ed5a331496efdc78f9d537bd653d42265da898a48eb4b9fe1a23b3/tasktools-1.1.69.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-04-14 20:24:25",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "tasktools"
}
        
Elapsed time: 0.04365s