bottlepy/bottle-extras

Coordinate with existing plugin authors

sc68cal opened this issue · 7 comments

There are a number of plugins that are already out there. We need to reach out to the authors and see if they would be willing to integrate their plugins into this repository.

I have bottle-sqlalchemy and bottle-pystache. Both are not published in PyPI yet (laziness).

How I handle the integration? Just send a pull request to this repo?

Hi,
I'm working on:
https://github.com/waawal/bottle_hotqueue

However, it's fairly newborn and not tested yet in the wild. I will let you know when it's mature enough to be considered for inclusion.

@waawal - Fantastic! I was very interested in your plugins.

@iurisilvio I'm willing to do merge pull requests, but I think in your case you should be part of the organization, since you already contribute to Bottle. @defnull ?

I just gave @iurisilvio pull privileges. Welcome on board :)

🍰 🍺

Thanks! I will add my plugins here.

I added bottle-sqlalchemy to dependencies, but I'm not sure if I should migrate my plugin development to bottle-extras. I guess it can turn a mess with a lot of plugins here, with unrelated commits and issues. Maybe we should just link to plugin repos instead of develop then here. I don't know if it is already decided anywhere.