Metadata-Version: 2.1
Name: clean-loop
Version: 0.0.1
Summary: Repeat a script every given number of seconds
Home-page: https://github.com/MolassesLover/CleanLoop
Author: MolassesLover
Author-email: 60114762+MolassesLover@users.noreply.github.com
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE-APACHE.md
License-File: LICENSE-MIT.md
Requires-Dist: colorama

# CleanLoop

[![Ko-Fi](https://img.shields.io/badge/donate-kofi-blue?style=for-the-badge&logo=ko-fi&color=E35B57&logoColor=FFFFFF&labelColor=232323)](https://ko-fi.com/molasses)
[![Patreon](https://img.shields.io/badge/donate-patreon-blue?style=for-the-badge&logo=patreon&color=E35B57&logoColor=FFFFFF&labelColor=232323)](https://www.patreon.com/molasseslover)
[![PyPi](https://img.shields.io/badge/install-pypi-blue?style=for-the-badge&logo=python&color=E35B57&logoColor=FFFFFF&labelColor=232323)](https://pypi.org/project/clean-loop)

An extremely simple Python script that repeats another script, 
every given number of seconds.

## Usage

In this example, the [`test/test.sh`](https://github.com/MolassesLover/Crpyt/tree/master/test/test.sh)
script is chosen to loop, with a delay between loops of 
3 seconds.
```sh
➜ python3 src/cli.py --delay 3 --script test/test.sh
```

## Installation

The [`src/cli.py`](https://github.com/MolassesLover/CleanLoop/blob/master/test/test.sh) can be installed as the
`clean-loop` command using `pip`.

You can install it from [GitHub](https://github.com/MolassesLover/Crpyt):
```sh
➜ pip install git+https://github.com/MolassesLover/Crpyt.git
```
Alternatively, from [PyPi](https://pypi.org/project/crpyt):
```sh
➜ pip install crpyt
```

## License
All files within this repository are licensed under the 
[Apache v2.0 license](https://github.com/MolassesLover/Crpyt/blob/master/LICENSE-APACHE.md) or 
[MIT license](https://github.com/MolassesLover/Crpyt/blob/master/LICENSE-MIT.md) at your choice. 

