Metadata-Version: 2.1
Name: invincible
Version: 0.0.3
Summary: Keep restarting process for ever
License: MIT
Author: Hernan Ezequiel Di Giorgi
Author-email: hernan.digiorgi@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: loguru (>=0.5.3,<0.6.0)
Description-Content-Type: text/markdown

# INVINCIBLE

When launching a program using `invincible` it will be restarted if it crashes, for ever.

```bash
$ pip install invincible
$ invincible your-command --options
```

