Lightweight cron/job scheduler with async support. Task scheduling utilities.
Project description
pyscheduler
Job scheduler
Installation
pip install pyscheduler
💡 Usage Examples
Basic Operations
from pylib_scheduler import Scheduler
# Schedule task
scheduler = Scheduler()
scheduler.schedule("daily", task_function)
scheduler.start()
AI/ML Use Cases
from pylib_scheduler import Scheduler
# Schedule model retraining
scheduler.schedule("weekly", retrain_model)
scheduler.schedule("daily", update_predictions)
📚 API Reference
See package documentation for complete API reference.
🤖 AI Agent Friendly
This package is optimized for AI agents and code generation tools:
- Clear function names and signatures
- Comprehensive docstrings with examples
- Type hints for better IDE support
- Common use cases documented
- Zero dependencies for reliability
License
MIT
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
pylib_scheduler-0.1.0.tar.gz
(2.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pylib_scheduler-0.1.0.tar.gz.
File metadata
- Download URL: pylib_scheduler-0.1.0.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a47ff4ccb5f467033516cab4aa0446a922bc78b293afd400d9f796accaf2373f
|
|
| MD5 |
b4190e043ad585667afc27c72512e0c3
|
|
| BLAKE2b-256 |
c98949f9b90a8e862cb1ae4b02724c3345a66a731453c87d951526b9cbd37ab4
|
File details
Details for the file pylib_scheduler-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pylib_scheduler-0.1.0-py3-none-any.whl
- Upload date:
- Size: 1.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1b1066e00eafa2b467be1955faa08dda9f3bdb06448866bf252c0d42cc3f71f8
|
|
| MD5 |
ba5d7e2920828cb76752e946bd6a5075
|
|
| BLAKE2b-256 |
69d6302dbcccad10549a76c84c419a2f06835a041e5bcdece5e7e11b5fc57c4b
|