Metadata-Version: 2.1
Name: sorwave
Version: 0.0.1
Summary: Music Sorter based on Python
Home-page: https://github.com/a-esh/sorwave
Author: a-esh
Author-email: abrahamescalona@live.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.25.1
Requires-Dist: mutagen>=1.45.1

# Sorwave

Sorwave is a Python library for sorting and organizing music libraries.

## Installation

You can install Sorwave via pip:

```bash
pip install sorwave
```

Alternatively, you can install it directly from the GitHub repository:

```bash
pip install git+https://github.com/a-esh/sorwave.git
```

## Usage

```python
import sorwave

# Use sorwave functions and classes here
```

## Features

- Automatically organizes music libraries based on metadata.
- Supports various file formats including MP3, FLAC, and WAV.
- Easy-to-use interface for sorting large music collections.

## Contributing

Contributions are welcome! Please fork the repository, make your changes, and submit a pull request.

## License

This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.x
