Skip to content

MrRezoo/schedule-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Schedule with Python

python

Hello this is Mr.Rezoo

Table of contents

General info

In this repository I rewrite schedule (run job) project

Python job scheduling for humans. Run Python functions (or any other callable) periodically using a friendly syntax.

A simple to use API for scheduling jobs, made for humans. In-process scheduler for periodic jobs. No extra processes needed! Very lightweight and no external dependencies. Excellent test coverage. Tested on Python and 3.6, 3.7, 3.8, 3.9

Technologies

Project is created with:

  • Python: 3.9

Help

If you are considering a particular method, more modern technology Add to my project and send merge request, I will add you in the credits and contributors section

Setup

  • first step : create virtual environment
virtualenv -p python3 venv 
  • second step : activate virtual environment
source venv/bin/activate  
  • third step : install package | library from requirements.txt
 pip install -r requirements.txt
  • last step follow the instructions

Credits

Contributors

License

Distributed under the MIT License. See license for more information.

About

In this repository I rewrite schedule (run job) project

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages