Metadata-Version: 2.4
Name: spiralarr
Version: 0.0.1
Summary: A Python package for spiralarr functionality
Project-URL: Homepage, https://github.com/spiralarr/spiralarr
Project-URL: Repository, https://github.com/spiralarr/spiralarr
Project-URL: Issues, https://github.com/spiralarr/spiralarr/issues
Author-email: spiralarr <author@example.com>
License: MIT
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# spiralarr

A Python package for spiralarr functionality.

## Installation

```bash
pip install spiralarr
```

## Usage

```python
from spiralarr import main

main()
```

## Development

To install in development mode:

```bash
pip install -e .
```

## License

This project is licensed under the MIT License - see the LICENSE file for details.
