Metadata-Version: 2.3
Name: music_finder_micro
Version: 0.1.2
Summary: A media file discovery tool, intended to work alone or fit into a larger toolchain
Author: Samuel Shiels
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.11.5
Requires-Dist: music-brainz-api-micro
Requires-Dist: music-validator-micro
Description-Content-Type: text/markdown

# MusicFinder

# Usage

# Maintenance

# Testing

Run `python tests/flask_server.py`

Then run pytests in `tests/`

# Build

```bash
python -m build
python -m twine upload dist/*
```
