Hello this is Mr.Rezoo
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
Project is created with:
- Python: 3.9
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
- 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
Distributed under the MIT License. See license for more information.