Metadata-Version: 2.4
Name: supercore
Version: 1.4
Summary: Simple CLI to create supervisor processes easily
Home-page: https://github.com/yuvrajmodz/SuperCore
Author: @NacDevs
Author-email: yuvrajmodz@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# SuperCore

**Letest Version:** 1.4  
**Developer:** @NacDevs  
**Git Repo:** [GitHub](https://github.com/yuvrajmodz/SuperCore)

SuperCore is a Python CLI tool to easily create and start Supervisor-managed processes in Linux.

## Installation & Usage

```bash
pip install supercore
supercore <command>
```

## Optional installation

```bash
sudo apt update -y
sudo apt install supervisor -y
```
