Skip to content

shivanshsharma8834/piemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Piemon

Piemon is a tool that helps develop Python applications which contain a continuous event loop. It automatically restarts the event loop whenever a change in the main file is detected.

Getting started

Clone the repository on your machine

git clone https://github.com/shivanshsharma8834/piemon.git
cd piemon

Then install the package

pip install . 

The only dependency this project requires is Watchdog version v3.0.0 and above.

To use it with your main file just do

piemon [filename].py [args] 

Contributing

Contributions are welcome! Please fork the repository and submit a pull request with your changes. License

This project is licensed under the MIT License.

About

A file watcher tool to automatically restart your Python scripts

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages