Skip to main content

A cron or job scheduler in python

Project description

SchedPy

.. image:: https://img.shields.io/badge/Gitter-Join_chat-brightgreen.svg :target: https://gitter.im/schedpy/community

.. image:: https://mybinder.org/badge_logo.svg :target: https://mybinder.org/v2/gh/schedpy/schedpy/master?filepath=schedpy.ipynb

Advanced Cron or Job Scheduler in Python

SchedPy API

schedule.1(2).3.of(4).5.every(6).7.on(8).at(9).do(10)

  1. first/last
  2. value (default: 1)
  3. days/weeks/months
  4. value (default: 1)
  5. weeks/months
  6. value (default: 1)
  7. minute/hour/day
  8. days (monday, tuesday..) # todo
  9. time (24 hour clock "22:00")# todo
  10. Job/Function to run

References

https://github.com/dbader/schedule

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

schedpy-0.1.0.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distributions

schedpy-0.1.0-py3-none-any.whl (5.0 kB view hashes)

Uploaded Python 3

schedpy-0.1.0-py2.py3-none-any.whl (5.0 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page