Schedule-cronjob

Latest version: v1.3.1

Safety actively analyzes 641872 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 4

0.4.3

++++++++++++++++++

- Improve docs & clean up docstrings

0.4.2

++++++++++++++++++

- Publish to PyPI as a universal (py2/py3) wheel

0.4.0

++++++++++++++++++

- Add proper HTML (Sphinx) docs available at https://schedule.readthedocs.io/
- CI builds now run against Python 2.7 and 3.5 (3.3 and 3.4 should work fine but are untested)
- Fixed an issue with ``run_all()`` and having more than one job that deletes itself in the same iteration. Thanks alaingilbert.
- Add ability to tag jobs and to cancel jobs by tag. Thanks Zerrossetto.
- Improve schedule docs. Thanks Zerrossetto.
- Additional docs fixes by fkromer and yetingsky.

0.3.2

++++++++++++++++++

- Fixed issues where scheduling a job with a functools.partial as the job function fails. Thanks dylwhich.
- Fixed an issue where scheduling a job to run every >= 2 days would cause the initial execution to happen one day early. Thanks WoLfulus for identifying this and providing a fix.
- Added a FAQ item to describe how to schedule a job that runs only once.

0.3.1

++++++++++++++++++

- Fixed an issue with unicode handling in setup.py that was causing trouble on Python 3 and Debian (https://github.com/dbader/schedule/issues/27). Thanks to waghanza for reporting it.
- Added an FAQ item to describe how to deal with job functions that throw exceptions. Thanks mplewis.

0.3.0

++++++++++++++++++

- Added support for scheduling jobs on specific weekdays. Example: ``schedule.every().tuesday.do(job)`` or ``schedule.every().wednesday.at("13:15").do(job)`` (Thanks abultman.)
- Run tests against Python 2.7 and 3.4. Python 3.3 should continue to work but we're not actively testing it on CI anymore.

Page 2 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.