A small package for managing schedules in Django
Project description
A small package for managing schedules in Django
Documentation
The full documentation is at https://django-tinyschedule.readthedocs.org.
Quickstart
Install django-tinyschedule:
pip install django-tinyschedule
Then use it in a project:
import tinyschedule
Features
Easily define schedules using the Schedule model
Make your own Schedule-like models by extending ScheduleBase
Tiny and lightweight, easy to grasp
History
0.1.0 (2015-02-03)
First release on PyPI.
0.1.1 (2015-02-04)
Add AbstractSchedule
0.1.2 (2015-02-04)
Renamed package from schedule to a less general name tinyschedule to avoid conflicts.
0.1.3 (2015-02-05)
Small bugfix: if you subclass AbstractSchedule, you will now get your own class when using ScheduleManager.lookup(...)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-tinyschedule-0.1.3.tar.gz
.
File metadata
- Download URL: django-tinyschedule-0.1.3.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5b2ec90c0229e51fc5b20ed384826187d3f5ee2647bf31a2e5b73925ca94ee68 |
|
MD5 | 8991992ce9383f3c1b96a83445a9f9c2 |
|
BLAKE2b-256 | 10cb069fc8e3e9cc05c71d080f2abc0ccfc46a3609df87a3f0da662995a917a0 |