Name | aioworkers JSON |
Version |
0.27.0
JSON |
| download |
home_page | None |
Summary | Easy configurable workers based on asyncio |
upload_time | 2023-08-11 07:24:49 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.7 |
license | None |
keywords |
aioworkers
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
aioworkers
==========
.. image:: https://img.shields.io/pypi/v/aioworkers.svg
:target: https://pypi.org/project/aioworkers
.. image:: https://github.com/aioworkers/aioworkers/workflows/Tests/badge.svg
:target: https://github.com/aioworkers/aioworkers/actions?query=workflow%3ATests
.. image:: https://codecov.io/gh/aioworkers/aioworkers/branch/master/graph/badge.svg
:target: https://codecov.io/gh/aioworkers/aioworkers
:alt: Coverage
.. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v0.json
:target: https://github.com/charliermarsh/ruff
:alt: Code style: ruff
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/psf/black
:alt: Code style: black
.. image:: https://img.shields.io/badge/types-Mypy-blue.svg
:target: https://github.com/python/mypy
:alt: Code style: Mypy
.. image:: https://readthedocs.org/projects/aioworkers/badge/?version=latest
:target: https://aioworkers.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. image:: https://img.shields.io/pypi/pyversions/aioworkers.svg
:target: https://pypi.org/project/aioworkers
:alt: Python versions
.. image:: https://img.shields.io/pypi/dm/aioworkers.svg
:target: https://pypi.org/project/aioworkers
.. image:: https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg
:alt: Hatch project
:target: https://github.com/pypa/hatch
Easy configurable workers based on asyncio
* Free software: Apache Software License 2.0
* Required: Python >=3.7, optional
`pyyaml <https://pypi.python.org/pypi/pyyaml>`_,
`uvloop <https://pypi.python.org/pypi/uvloop>`_,
`httptools <https://pypi.python.org/pypi/httptools>`_,
`yarl <https://pypi.python.org/pypi/yarl>`_,
`crontab <https://pypi.python.org/pypi/crontab>`_,
`setproctitle <https://pypi.python.org/pypi/setproctitle>`_,
`msgpack <https://pypi.python.org/pypi/msgpack>`_,
`bson <https://pypi.python.org/pypi/bson>`_,
`jupyter <https://pypi.python.org/pypi/jupyter>`_.
* Documentation: https://aioworkers.readthedocs.io.
Features
--------
* Specify abstract class for communication between components
* Configuration subsystem
Development
-----------
Check code:
.. code-block:: shell
hatch run lint:all
Format code:
.. code-block:: shell
hatch run lint:fmt
Run tests:
.. code-block:: shell
hatch run pytest
Run tests with coverage:
.. code-block:: shell
hatch run cov
=======
History
=======
0.27.0 (2023-08-11)
-------------------
* Drop incorrect stubgen (#202)
* Method URI.with_host keep auth (#203)
* Add methods AsyncPath.is_dir/is_file (#205)
* Fix cmd from cython (#210)
0.26 (2023-07-21)
-----------------
* AsyncPath.unlink with missing_ok (#197)
* AsyncPath.rmtree and rmdir (#198)
0.25 (2023-07-19)
-----------------
* Fix option ++groups and add ++group (#192)
* Option --version (#193)
* Improve and fix AsyncPath and add AbstractFileSystem (#195)
0.24.1 (2023-07-10)
-------------------
* Fix using optional formatter and output (#188)
0.24 (2023-07-08)
-----------------
* Improve SocketServer.cleanup (#177)
* Web server support keep-alive (#179)
* Option --config/-c one value on key (#182)
* Option ++group/+g one value on key (#183)
* Cli support --output and --formatter for format results (#186)
* Use name in iter_entry_points (#187)
Raw data
{
"_id": null,
"home_page": null,
"name": "aioworkers",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": "aioworkers",
"author": null,
"author_email": "Alexander Malev <malev@somedev.ru>",
"download_url": "https://files.pythonhosted.org/packages/11/ff/3bb8fb5e40454cb57ee79617f9152446f4dcd41521a0f296ada359265436/aioworkers-0.27.0.tar.gz",
"platform": null,
"description": "aioworkers\n==========\n\n.. image:: https://img.shields.io/pypi/v/aioworkers.svg\n :target: https://pypi.org/project/aioworkers\n\n.. image:: https://github.com/aioworkers/aioworkers/workflows/Tests/badge.svg\n :target: https://github.com/aioworkers/aioworkers/actions?query=workflow%3ATests\n\n.. image:: https://codecov.io/gh/aioworkers/aioworkers/branch/master/graph/badge.svg\n :target: https://codecov.io/gh/aioworkers/aioworkers\n :alt: Coverage\n\n.. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v0.json\n :target: https://github.com/charliermarsh/ruff\n :alt: Code style: ruff\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n :target: https://github.com/psf/black\n :alt: Code style: black\n\n.. image:: https://img.shields.io/badge/types-Mypy-blue.svg\n :target: https://github.com/python/mypy\n :alt: Code style: Mypy\n\n.. image:: https://readthedocs.org/projects/aioworkers/badge/?version=latest\n :target: https://aioworkers.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n\n.. image:: https://img.shields.io/pypi/pyversions/aioworkers.svg\n :target: https://pypi.org/project/aioworkers\n :alt: Python versions\n\n.. image:: https://img.shields.io/pypi/dm/aioworkers.svg\n :target: https://pypi.org/project/aioworkers\n\n.. image:: https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg\n :alt: Hatch project\n :target: https://github.com/pypa/hatch\n\n\nEasy configurable workers based on asyncio\n\n\n* Free software: Apache Software License 2.0\n* Required: Python >=3.7, optional\n `pyyaml <https://pypi.python.org/pypi/pyyaml>`_,\n `uvloop <https://pypi.python.org/pypi/uvloop>`_,\n `httptools <https://pypi.python.org/pypi/httptools>`_,\n `yarl <https://pypi.python.org/pypi/yarl>`_,\n `crontab <https://pypi.python.org/pypi/crontab>`_,\n `setproctitle <https://pypi.python.org/pypi/setproctitle>`_,\n `msgpack <https://pypi.python.org/pypi/msgpack>`_,\n `bson <https://pypi.python.org/pypi/bson>`_,\n `jupyter <https://pypi.python.org/pypi/jupyter>`_.\n* Documentation: https://aioworkers.readthedocs.io.\n\n\nFeatures\n--------\n\n* Specify abstract class for communication between components\n* Configuration subsystem\n\n\nDevelopment\n-----------\n\nCheck code:\n\n.. code-block:: shell\n\n hatch run lint:all\n\n\nFormat code:\n\n.. code-block:: shell\n\n hatch run lint:fmt\n\n\nRun tests:\n\n.. code-block:: shell\n\n hatch run pytest\n\n\nRun tests with coverage:\n\n.. code-block:: shell\n\n hatch run cov\n\n\n\n=======\nHistory\n=======\n\n0.27.0 (2023-08-11)\n-------------------\n\n* Drop incorrect stubgen (#202)\n* Method URI.with_host keep auth (#203)\n* Add methods AsyncPath.is_dir/is_file (#205)\n* Fix cmd from cython (#210)\n\n\n0.26 (2023-07-21)\n-----------------\n\n* AsyncPath.unlink with missing_ok (#197)\n* AsyncPath.rmtree and rmdir (#198)\n\n\n0.25 (2023-07-19)\n-----------------\n\n* Fix option ++groups and add ++group (#192)\n* Option --version (#193)\n* Improve and fix AsyncPath and add AbstractFileSystem (#195)\n\n\n0.24.1 (2023-07-10)\n-------------------\n\n* Fix using optional formatter and output (#188)\n\n\n0.24 (2023-07-08)\n-----------------\n\n* Improve SocketServer.cleanup (#177)\n* Web server support keep-alive (#179)\n* Option --config/-c one value on key (#182)\n* Option ++group/+g one value on key (#183)\n* Cli support --output and --formatter for format results (#186)\n* Use name in iter_entry_points (#187)\n\n\n",
"bugtrack_url": null,
"license": null,
"summary": "Easy configurable workers based on asyncio",
"version": "0.27.0",
"project_urls": {
"Documentation": "https://aioworkers.readthedocs.io",
"Homepage": "https://github.com/aioworkers/aioworkers",
"Issues": "https://github.com/aioworkers/aioworkers/issues",
"Source": "https://github.com/aioworkers/aioworkers"
},
"split_keywords": [
"aioworkers"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "db4129a8b5f3614a7b4d77f394f660549565ea3b366bef33d0d144e90b7eb7b0",
"md5": "b9ca5e3e7e5613d6dff80313ca30fde4",
"sha256": "5c26692f31c93bc1fd641410f7d6e36540c92cbf6c7f9d1bf8325fd742883a93"
},
"downloads": -1,
"filename": "aioworkers-0.27.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "b9ca5e3e7e5613d6dff80313ca30fde4",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 63241,
"upload_time": "2023-08-11T07:24:47",
"upload_time_iso_8601": "2023-08-11T07:24:47.643943Z",
"url": "https://files.pythonhosted.org/packages/db/41/29a8b5f3614a7b4d77f394f660549565ea3b366bef33d0d144e90b7eb7b0/aioworkers-0.27.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "11ff3bb8fb5e40454cb57ee79617f9152446f4dcd41521a0f296ada359265436",
"md5": "6549c6981c0d9fbd4db591b4e60b7ef4",
"sha256": "273cae2d3d0ce44a9bef28140a945b73b54b1411d321fe77022fc3ac1ec1080d"
},
"downloads": -1,
"filename": "aioworkers-0.27.0.tar.gz",
"has_sig": false,
"md5_digest": "6549c6981c0d9fbd4db591b4e60b7ef4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 48193,
"upload_time": "2023-08-11T07:24:49",
"upload_time_iso_8601": "2023-08-11T07:24:49.563462Z",
"url": "https://files.pythonhosted.org/packages/11/ff/3bb8fb5e40454cb57ee79617f9152446f4dcd41521a0f296ada359265436/aioworkers-0.27.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-08-11 07:24:49",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "aioworkers",
"github_project": "aioworkers",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "aioworkers"
}