reddit/baseplate.py

Can baseplate play with bottlepy?

Closed this issue · 2 comments

Can baseplate play with bottlepy?

Hi! We're pretty unlikely to add bottle support ourselves, but if you wanted to do it you'd want to create a new framework integration. Here's how Pyramid is integrated: https://github.com/reddit/baseplate.py/blob/develop/baseplate/frameworks/pyramid/__init__.py . This could happily live in a separate library as well.

Thanks for your interest!