An open API service indexing awesome lists of open source software.

https://github.com/blu3r4y/pyforever

Automatically execute a Python script whenever changes are made to it
https://github.com/blu3r4y/pyforever

forever python

Last synced: 9 months ago
JSON representation

Automatically execute a Python script whenever changes are made to it

Awesome Lists containing this project

README

          

# 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