``baseplate.context`` ===================== .. automodule:: baseplate.context Instrumented Client Libraries ----------------------------- .. toctree:: :titlesonly: baseplate.context.cassandra: Cassandra CQL Client baseplate.context.hvac: Client for using Vault's advanced features baseplate.context.kombu: Client for publishing to queues baseplate.context.memcache: Memcached Client baseplate.context.redis: Redis Client baseplate.context.sqlalchemy: SQL Client for relational databases (e.g. PostgreSQL) baseplate.context.thrift: Thrift client for RPC to other backend services DIY: The Factory ---------------- If a library you want isn't supported here, it can be added to your own application by implementing :py:class:`~baseplate.context.ContextFactory`. .. autoclass:: baseplate.context.ContextFactory :members: