Metadata-Version: 2.4
Name: colorswan
Version: 0.0.1
Summary: A new pip-installable library
Author-email: User <user@example.com>
Project-URL: Homepage, https://github.com/example/colorswan
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# colorswan

A new pip-installable library.

## Installation

```bash
pip install colorswan
```

## Usage

```python
import colorswan

print(colorswan.hello())
```
