Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 922 Bytes

README.rst

File metadata and controls

36 lines (21 loc) · 922 Bytes

FlexGet extras

This contains collection of plugins that are not considered widely used enough to be included in standard distribution package or are not actively maintained and supported by FlexGet development team.

This repository also serves example how to do separate distribution package for plugins.

You will need to have FlexGet virtualenv active when executing any of these commands or directly use it's bin/ or scripts. Using virtualenvwrapper recommended.

Install

TBD, this will likely work after FlexGet 2.2 is released:

pip install https://github.com/Flexget/extras/archive/master.zip

Development

Clone and at the checkout directory run:

python setup.py develop

Tests

In the checkout directory run:

py.test