A function based scheduler based on the async event loop.
Project description
python-async-scheduler
A small scheduler which is intended to run asynchronously alongside a WSGI. Jobs can be implemented with the Job class and these are run in the context of a target function, specified at the scheduler level.
Setup
pip install light-async-scheduler
to install the package.from async_scheduler import Scheduler
to get the scheduler.scheduler = Scheduler(target_coroutine_or_function)
configures the function the scheduler will use.scheduler.start()
This project is a work in progress and so any issues or features to add would be happily appreciated! You can find this project here.
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
Built Distribution
Close
Hashes for light-async-scheduler-0.0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2127ee0cba444d3f4ecbae8388b1816cd9b3a4e40c3e86e58d1cf4d7ff05497a |
|
MD5 | 2c96be5e35ab12c0cf99c7c0fa922e97 |
|
BLAKE2b-256 | f056a6d76e04a9f10ba8a71f4f6c4d94dde0409e28e0fcf7dc1ffb80d4c6e1dd |
Close
Hashes for light_async_scheduler-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | df6481065354811c0faf2f191877b6aaac212f32fd932f08ac748b246129a75b |
|
MD5 | 5f88c2195e2f29cc97188e87cbe47620 |
|
BLAKE2b-256 | fe5cd787c8f8a89b87b875678d19f673803310286621e430d2f850a7082d81b3 |