Metadata-Version: 2.4
Name: lightup
Version: 0.1.0
Summary: A minimal Python package
Project-URL: Homepage, https://github.com/manub/lightup
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# lightup

A minimal Python package.

## Installation

```bash
pip install lightup
```

## Usage

```python
import lightup

print(lightup.__version__)
```
