Along the lines of the Python DB API, it would be nice to have a consistent interface to the rather numerous API wrapper packages available for Python. The objective would be to:
Review existing wrappers to determine good patterns/practices
Write a library that makes it easy to write consistent, easy-to-use wrappers
Extend the library to provide:
Easy test mocking for consumers of the wrappers
Creation of the APIs themselves for e.g. Flask and Django implementations
Along the lines of the Python DB API, it would be nice to have a consistent interface to the rather numerous API wrapper packages available for Python. The objective would be to: