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 I'm thinking Git Submodules could be an option for maintaining and pushing plugins, but some people don't recommend it <https://codingkilledthecat.wordpress.com/2012/04/28/why-your-company-shouldnt-use-git-submodules/> . 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 ? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

