Metadata-Version: 2.4
Name: unmint
Version: 0.0.1
Summary: Migrate mintlify projects to open-source documentation frameworks
Author: Starfish Software
License: MIT
License-File: LICENSE
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

# unmint

Migrate mintlify projects to open-source documentation frameworks

## Installation

```bash
pip install unmint
```

Or with uv:

```bash
uv add unmint
```

## Usage

```python
from unmint import unmint

print(unmint())
# => 'unmint'
```

## License

MIT &copy; 2026 Starfish Software
