Metadata-Version: 2.2
Name: beetmon
Version: 1.0.0
Summary: A file watcher that runs 'beet build' on file changes.
Home-page: https://github.com/IconikoUlG/beetmon
Author: Your Name
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: watchdog
Requires-Dist: beet
Requires-Dist: pyyaml
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# beetmon: Automate Your Beet Project Builds 🚀

Beetmon makes it easy to build your [Beet](https://github.com/mcbeet/beet) projects automatically on modify.  

## Features  
✅ Supports `.json` and `.yaml` configurations  
✅ Automates Beet builds with a simple command  
✅ Allows multiple build configurations  
✅ Easy migration from Beet to Beetmon  

## Installation  
```sh
pip install beetmon
```
