Metadata-Version: 2.1
Name: py-mon
Version: 1.0.1
Summary: Simple package to automatically restart application when file changes are detected!
Home-page: https://github.com/TrustedMercury/py-mon
Author: TrustedMercury
Author-email: trustedmercury@gmail.com
License: UNKNOWN
Description: # py-mon ![](https://api.ghprofile.me/view?username=TrustedMercury-py-mon)
        Simple package to automatically restart application when file changes are detected!
        
        I spend a lot of time developing discord bots and it's a hassle to constantly ``Ctrl+C`` and then run the bot again on my terminal. As an active web developer who works with NodeJS, I decided to make something like [nodemon](https://github.com/remy/nodemon) but for Python.
        
        Introducing ``py-mon``, a simple and easy to use python package that automatically runs your python script when it detects file changes. I've only spent a couple of hours in developing this and I hope to add a bunch of features in the future, from ignoring certain files to prioritizing certain extensions.
        
        
        ## Sidetrack - A little about me
        ```
        I'm a 13 year old full-stack web developer and I love working with Python, NodeJS, SQL
        and other cool software! I want to make a positive change with the help of software and
        do some cool stuff as I grow. That's just a little about me, back to the package!
        ```
        
        
        ## Quickstart
        I wanted to make this package as easy as possible to use. Here's a quick start, it's essentially all you'll need.
        
        ### Installation
        ```
        pip install -U py-mon
        ```
        ### Execution
        ```
        pymon filename.py
        ```
        
        That's pretty much it! Thanks for everything, I would appreciate it if you could leave a follow or star this repository! <3
        
        
        ## Contributing
        This package is opensource so anyone with adequate python experience can contribute to this project!
        
        ### Report Issues
        If you find any error/bug/mistake with the package or in the code feel free to
        [create an issue and report it here](https://github.com/TrustedMercury/py-mon/issues)
        
        ### Fix/Edit Content
        If you want to contribute to this package, fork the repository, clone it, make your changes and then [proceed to create a pull request here](https://github.com/TrustedMercury/py-mon/pulls)
        
        ### Contact
        If you want to contact me -  
        **Mail -** ```trustedmercury@gmail.com```  
        **Discord -** ```TrustedMercury#1953```
        
Keywords: development,testing,monitor
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
