-
-
Notifications
You must be signed in to change notification settings - Fork 60
Closed
Labels
Description
I'm actually not sure if this is the right place to discuss this.
Looking at each of the aiohttp + gidgethub webservices that I'm familiar with (the-knights-who-say-ni, bedevere, miss-islington, black-out, etc), I've been thinking that perhaps it would be great for each of them to exist as a library, and pip installable.
So I could create only one webservice that can be an aiohttp webserver (or others that are supported by gidgethub), and somehow just be able to include bedevere or black_out as "installed_apps" (like the way django has INSTALLED_APPS).
I'm sure this is already possible right now, but perhaps I haven't architectured my gidgethub projects correctly, and not sure how yet.