Metadata-Version: 2.4
Name: svci
Version: 0.1.0
Summary: A tool to install Python as SystemD or LaunchD service
Author: PexMor
License-Expression: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.14
Project-URL: Homepage, https://github.com/PexMor/svci
Project-URL: Repository, https://github.com/PexMor/svci
Project-URL: Issues, https://github.com/PexMor/svci/issues
Description-Content-Type: text/markdown

# svci

Add your description here.

## Installation

```bash
pip install svci
```

## Usage

```python
import svci

print(svci.hello())
```
