Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.31 KB

Developers.md

File metadata and controls

48 lines (34 loc) · 1.31 KB
title description published date tags editor dateCreated
Developers
true
2023-01-21 21:32:44 UTC
markdown
2022-09-18 04:49:11 UTC

Documentation

View the documentation and tutorials at flexget.readthedocs.org

Resources

Contributing

Making custom plugins should be easy for anyone with some python experience.

If you're working on good re-usable plugin we're be more than happy to include it in official distribution. See Contribute for more information.

Unit testing

FlexGet has over 1200 unit tests so chances are that if your modifications pass the tests nothing major has been broken.

Enhancement proposals

Running IPython inside FlexGet

First install IPython

bin/pip install ipython

And then place this where you wish to hack:

import IPython; IPython.embed()

Thanks to JetBrains for the free open source PyCharm license!

![PyCharm Logo](https://resources.jetbrains.com/storage/products/company/brand/logos/PyCharm.png =200x)

Attachments