Skip to main content

Create scheduled tasks at runtime easily

Project description

# pyscheduler
Task Scheduler

Create scheduled tasks at runtime easily.

# Installation

```bash
pip install python-scheduler
```

# Example

```bash
from pyscheduler import schedule

# crawl_task runs in every 2 minutes
@schedule('*/2 * * * *')
def crawl_task():
print 'crawl task'

```

# Important

It won't definitely create any cronjob on the os level. All tasks will be executed on runtime.

Every cron syntax can be used.

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

python-scheduler-0.0.1.tar.gz (2.8 kB view details)

Uploaded Source

File details

Details for the file python-scheduler-0.0.1.tar.gz.

File metadata

File hashes

Hashes for python-scheduler-0.0.1.tar.gz
Algorithm Hash digest
SHA256 8f942ff73ba85ac62db74cc76532af81ccb58be993ae7ac0df1e9dd794e33a74
MD5 747347ad7db60d9e6c11dd3a05905b02
BLAKE2b-256 bc93181a91d237edf9c6622542fc09c8da2f173cd5f874c759b98719d07de291

See more details on using hashes here.

Supported by

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