Skip to content

Latest commit

 

History

History
75 lines (47 loc) · 1.56 KB

README.md

File metadata and controls

75 lines (47 loc) · 1.56 KB

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.