-
Notifications
You must be signed in to change notification settings - Fork 11
Description
This bottle-extras has several plugins and it is a bit confuse to end users to understand where to find these plugins, also it is difficult to organize github issues, handle repository permissions, etc.
E.g. we have a plugin bottle-memcache but we don't have a repository bottle-memcache (it is an SEO problem).
What you guys think about split these plugins in several repositories under bottlepy organization?
- bottle-memcache
- bottle-redis
- bottle-sqlite
- bottle-werkzeug
This way, bottle-extras will have only dependencies to these projects.
I'm asking that because https://github.com/fdouetteau/bottle-mongodb-plugin is abandoned for two years and @avelino want to fork it and put it under bottlepy org. It is an important plugin to bottle environment.
I want to confirm if the way to merge bottle-mongodb is to just pull it to bottle-extras or if split repos is a better option. Only one repository don't scale well for different projects.
Of course, we need @defnull agreement to make this change.