All Projects → joereynolds → reap-get

joereynolds / reap-get

Licence: GPL-3.0 license
A package manager for VST plugins!

Programming Languages

python
139335 projects - #7 most used programming language

#reap-get

Reap-get is a package manager for VST plugins. It handles downloading, unzipping and moving the file to your plugin directory all for you. I built this out of my hate for installing plugins. Truly the worst task known to man.

gif

Reap-get comes with a database of packages. Follow the instructions below for a brief guide on getting up to speed with it (tested on Windows 10 and a Debian distribution)

#Example

It's as easy as doing

python reap-get.py --install synth1

but for more complete examples of commands, see the examples doc

#Contributing

If you would like to contribute, please see the contributing guide

#Setup

To see how to install/setup reap-get, checkout the setup guide

#Tests

Tests can be ran by cding to the src directory and running

python3 -m unittest discover -p 'test_*.py'

There are also acceptance tests for reap-get, to run these you will need the tool shelltest

Then it's just a case of shelltest test_cli.txt

#Reapfiles

A reapfile is a way of automating the installation of multiple plugins. read more about reapfiles here

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].