Metadata-Version: 2.1
Name: pedalboard_pluginary
Version: 1.0
Summary: VST & AU plugin management for Spotify Pedalboard
Home-page: https://github.com/twardoch/pedalboard-pluginary
Author: Adam Twardoch
Author-email: adam+github@twardoch.com
License: Apache-2.0
Project-URL: Documentation, https://github.com/twardoch/pedalboard-pluginary#readme
Project-URL: Source, https://github.com/twardoch/pedalboard-pluginary
Project-URL: Tracker, https://github.com/twardoch/pedalboard-pluginary/issues
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
License-File: LICENSE.txt
Requires-Dist: pedalboard
Requires-Dist: fire
Requires-Dist: tqdm
Provides-Extra: testing
Requires-Dist: pytest; extra == "testing"
Requires-Dist: pytest-cov; extra == "testing"

<!-- These are examples of badges you might want to add to your README:
     please update the URLs accordingly

[![Built Status](https://api.cirrus-ci.com/github/<USER>/pedalboard_pluginary.svg?branch=main)](https://cirrus-ci.com/github/<USER>/pedalboard_pluginary)
[![ReadTheDocs](https://readthedocs.org/projects/pedalboard_pluginary/badge/?version=latest)](https://pedalboard_pluginary.readthedocs.io/en/stable/)
[![Coveralls](https://img.shields.io/coveralls/github/<USER>/pedalboard_pluginary/main.svg)](https://coveralls.io/r/<USER>/pedalboard_pluginary)
[![PyPI-Server](https://img.shields.io/pypi/v/pedalboard_pluginary.svg)](https://pypi.org/project/pedalboard_pluginary/)
[![Conda-Forge](https://img.shields.io/conda/vn/conda-forge/pedalboard_pluginary.svg)](https://anaconda.org/conda-forge/pedalboard_pluginary)
[![Monthly Downloads](https://pepy.tech/badge/pedalboard_pluginary/month)](https://pepy.tech/project/pedalboard_pluginary)
[![Twitter](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&label=Twitter)](https://twitter.com/pedalboard_pluginary)
-->

[![Project generated with PyScaffold](https://img.shields.io/badge/-PyScaffold-005CA0?logo=pyscaffold)](https://pyscaffold.org/)

# pedalboard_pluginary

> VST & AU plugin management for Spotify Pedalboard

A longer description of your project goes here...


<!-- pyscaffold-notes -->

## Note

This project has been set up using PyScaffold 4.5. For details and usage
information on PyScaffold see https://pyscaffold.org/.
