Metadata-Version: 2.1
Name: pyforever
Version: 0.2.1
Summary: Automatically execute a Python script whenever changes are made to it
Home-page: https://github.com/blu3r4y/pyforever
Author: Mario Kahlhofer
Author-email: mario.kahlhofer@gmail.com
License: MIT
Description: 
        # pyforever
        
        [![Latest Release](https://img.shields.io/github/release/blu3r4y/pyforever.svg?style=popout-square)](https://github.com/blu3r4y/pyforever/releases/latest)
        [![PyPI Version](https://img.shields.io/pypi/v/pyforever?style=popout-square)](https://pypi.org/project/pyforever/)
        [![Python Version](https://img.shields.io/badge/python-3.5%2B-blue?style=popout-square)](https://pypi.org/project/pyforever/)
        [![MIT License](https://img.shields.io/badge/License-MIT-yellow.svg?style=popout-square)](LICENSE.txt)
        
        Automatically execute a Python script whenever changes are made to it.
        
        ## Installation
        
            pip install pyforever
        
        ## Usage
        
        Replace all calls to
        
            python myscript.py --myargs
        
        with
        
            pyforever myscript.py --myargs
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Environment :: Console
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.5.0
Description-Content-Type: text/markdown
