I'm working on a good ton of awesome plugins and I'd like to share those with the community so that people could use them and/or contribute.
I'm using these in my main application and I don't want to separate the plugins too much from my app because :
- Most likely I'll improve them through improving my app
- I need an easy way to sync updates between the two
Pypi could also be an option.
It could be used with : pip install PLUGIN -t PATH_TO_APPLICATION
Although as far as I know, Pypi is more dedicated to site-packages.
What do you think ?