Skip to main content

Easy configurable workers based on asyncio

Project description

https://img.shields.io/pypi/v/aioworkers.svg https://github.com/aioworkers/aioworkers/workflows/Tests/badge.svg Coverage Code style: ruff Code style: black Code style: Mypy Documentation Status Python versions https://img.shields.io/pypi/dm/aioworkers.svg Hatch project

Easy configurable workers based on asyncio

Features

  • Specify abstract class for communication between components

  • Configuration subsystem

Development

Check code:

hatch run lint:all

Format code:

hatch run lint:fmt

Run tests:

hatch run pytest

Run tests with coverage:

hatch run cov

History

0.24a1 (2023-07-02)

  • Improve SocketServer.cleanup (#177)

  • Web server support keep-alive (#179)

0.23 (2023-06-20)

  • Load plugins from entry_points (#165)

  • Fix race init for Subprocess (#168)

  • Skip start step on run command (#169)

  • Use metadata for Updater (#170)

  • Use logging option first (#171)

0.22 (2023-06-12)

  • Support py3.11 (#142)

  • Support toml config (#136)

  • Detect inactive path in get_object (#144)

  • Fix warnings with get_object (#143)

  • Config KeyError with full path (#145)

  • Separated logger for named signal (#160)

  • Add param raises to Context.wait_all (#161)

  • Signal raises error (#162)

  • Add connect_timeout and sent_start to Context (#163)

0.21.1 (2023-03-20)

  • Check awaitable for non coro from cython (#127)

0.21 (2022-12-11)

  • Improve timeout queue (#108, #109)

  • Improve Python 3.10 support and drop 3.6 (#103) @rossnomann

  • Add utils.random_seed and run on current process

  • Use yaml.SafeLoader instead of yaml.Loader

  • Context kwargs with instance of Entity (#113)

  • ValueExtractor support kwargs (#113)

  • Links between entities (#112)

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 Distribution

aioworkers-0.24a1.tar.gz (54.3 kB view hashes)

Uploaded Source

Built Distribution

aioworkers-0.24a1-py3-none-any.whl (83.9 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