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
Release files for pylib-scheduler 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pylib_scheduler-0.1.0.tar.gz | 2.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pylib_scheduler-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 3.9 kB
Release files / pylib_scheduler-0.1.0.tar.gz
| Download URL | pylib_scheduler-0.1.0.tar.gz |
|---|---|
| Size | 2.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a47ff4ccb5f467033516cab4aa0446a922bc78b293afd400d9f796accaf2373f
|
|
BLAKE2b-256 checksum How to use checksums |
c98949f9b90a8e862cb1ae4b02724c3345a66a731453c87d951526b9cbd37ab4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.7
|
Release files / pylib_scheduler-0.1.0-py3-none-any.whl
| Download URL | pylib_scheduler-0.1.0-py3-none-any.whl |
|---|---|
| Size | 1.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
1b1066e00eafa2b467be1955faa08dda9f3bdb06448866bf252c0d42cc3f71f8
|
|
BLAKE2b-256 checksum How to use checksums |
69d6302dbcccad10549a76c84c419a2f06835a041e5bcdece5e7e11b5fc57c4b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.7
|