Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrrezoo/schedule-python
In this repository I rewrite schedule (run job) project
https://github.com/mrrezoo/schedule-python
proje python schedule script
Last synced: about 1 month ago
JSON representation
In this repository I rewrite schedule (run job) project
- Host: GitHub
- URL: https://github.com/mrrezoo/schedule-python
- Owner: MrRezoo
- License: mit
- Created: 2021-05-02T07:04:43.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-04T19:44:21.000Z (almost 4 years ago)
- Last Synced: 2024-11-07T05:17:14.901Z (3 months ago)
- Topics: proje, python, schedule, script
- Language: Python
- Homepage: https://www.linkedin.com/in/mrrezoo/
- Size: 65.4 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Schedule with Python
![python](.assets/schedule.png)
Hello this is [Mr.Rezoo](https://www.linkedin.com/in/reza-mobaraki/)
## Table of contents
* [General info](#General-info)
* [Technologies](#Technologies)
* [Help](#Help)
* [Setup](#Setup)
* [Credits](#credits)
* [Contributors](#Contributors)
* [License](#license)## 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
```shell
virtualenv -p python3 venv
```* second step : activate virtual environment
```shell
source venv/bin/activate
```* third step : install package | library from requirements.txt
```shell
pip install -r requirements.txt
```* last step `follow the instructions`
## Credits
* [schedule](https://github.com/dbader/schedule)
* [mongard](https://www.mongard.ir/courses/python-schedule-project)
## Contributors
* [MrRezoo](https://github.com/MrRezoo)
## License
Distributed under the MIT License. See [license](LICENSE) for more information.