Skip to main content

Donald is here

Project description

Donald – A simple task engine for Asyncio.

The main goal for Donald to run async/sync code without blocking main loop.

Donald supports synchronous and asynchronous paradigms. The package is running coroutines and functions in multi loops. Donald could run periodic tasks and listen AMQP queues.

Build Status Coverals Version Downloads

Requirements

  • python 3.3+

Installation

Donald should be installed using pip:

pip install donald

Usage

From shell:

$ donald --help

From synchronous python code:

donald = Donald()
donald.start()

donald.submit(<coro or function>)
donald.schedule(<seconds>, <coro or function>)

From asynchronous python code:

donald = Donald()

await donald.start()
result = await donald.submit(<coro or function>)
await donald.schedule(<seconds>, <coro or function>)

Listen AMQP

AMQP:

donald = Donald()

await donald.start()

# Send task to queue
await donald.queue.start(False)
await donald.queue.submit(<coro or func>, *args, **kwargs)

# Listen tasks
await donald.queue.listen()
await donald.listen(<AMQP URL>)

Bug tracker

If you have any suggestions, bug reports or annoyances please report them to the issue tracker at https://github.com/klen/donald/issues

Contributing

Development of starter happens at github: https://github.com/klen/donald

Contributors

  • klen (Kirill Klenov)

License

Licensed under a BSD license.

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

Donald-0.0.17.tar.gz (6.9 kB view details)

Uploaded Source

Built Distribution

Donald-0.0.17-py2.py3-none-any.whl (10.1 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file Donald-0.0.17.tar.gz.

File metadata

  • Download URL: Donald-0.0.17.tar.gz
  • Upload date:
  • Size: 6.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for Donald-0.0.17.tar.gz
Algorithm Hash digest
SHA256 c9e6010651d29ebab08519b4f321c1ab1bf7d47f5cd25e52026888dafaf2b09a
MD5 82cd5e7762597402d282c02639edcedb
BLAKE2b-256 3b39689a349dd6b4309f3495c257a389dc16b10068e35c662bcc90e8dd115b49

See more details on using hashes here.

File details

Details for the file Donald-0.0.17-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for Donald-0.0.17-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 12e5a141efd46f2a49c6652f6996f240e34e8cdf5f8f783b1475840718d524ea
MD5 503c29a8245fb50742ec7e0a30f17a51
BLAKE2b-256 59ab12cff1c8044d94be48d7c60e2361d0443e095d73f6e07ad6b5231bcad6f7

See more details on using hashes here.

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