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.2.4.tar.gz (7.2 kB view details)

Uploaded Source

Built Distribution

Donald-0.2.4-py2.py3-none-any.whl (10.4 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

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

File hashes

Hashes for Donald-0.2.4.tar.gz
Algorithm Hash digest
SHA256 0c8ca5f8ed7c9def0d78e0e1062a85f991d830983dba2528670b94e0a78f2f25
MD5 30d4b0c32cd11d67ef7d32a1eebfeb4a
BLAKE2b-256 94e0bf8c3ec2a8a8c83d1293b8f54d14c44a391bc5cea11869151ef177a9604e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Donald-0.2.4-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 4a0fdf1aec1e04fb3333cc8ff2871942e819215e6625e1de58d8f8c40c97948a
MD5 b0189b450f978fa459f90e4528ef5491
BLAKE2b-256 1b6aea74059e7d6655e9efbf5c6df6ddaf7ce5e996f643838cdc2d4f17eba099

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