.gitignore
CODEOWNERS
CONTRIBUTING.md
COPYRIGHT
Dockerfile
LICENSE
MANIFEST.in
Makefile
README.md
docker-compose.yml
pylint_baseplate_plugin.py
pylintrc
pyproject.toml
requirements-transitive.txt
requirements.txt
setup.cfg
setup.py
.github/workflows/python-package.yaml
.github/workflows/python-publish.yaml
baseplate/__init__.py
baseplate/py.typed
baseplate.egg-info/PKG-INFO
baseplate.egg-info/SOURCES.txt
baseplate.egg-info/dependency_links.txt
baseplate.egg-info/entry_points.txt
baseplate.egg-info/not-zip-safe
baseplate.egg-info/requires.txt
baseplate.egg-info/top_level.txt
baseplate/clients/__init__.py
baseplate/clients/cassandra.py
baseplate/clients/kombu.py
baseplate/clients/redis.py
baseplate/clients/requests.py
baseplate/clients/sqlalchemy.py
baseplate/clients/thrift.py
baseplate/clients/memcache/__init__.py
baseplate/clients/memcache/lib.py
baseplate/frameworks/__init__.py
baseplate/frameworks/pyramid/__init__.py
baseplate/frameworks/pyramid/csrf.py
baseplate/frameworks/queue_consumer/__init__.py
baseplate/frameworks/queue_consumer/kafka.py
baseplate/frameworks/queue_consumer/kombu.py
baseplate/frameworks/thrift/__init__.py
baseplate/frameworks/thrift/command.py
baseplate/lib/__init__.py
baseplate/lib/_requests.py
baseplate/lib/config.py
baseplate/lib/crypto.py
baseplate/lib/datetime.py
baseplate/lib/edgecontext.py
baseplate/lib/events.py
baseplate/lib/file_watcher.py
baseplate/lib/log_formatter.py
baseplate/lib/message_queue.py
baseplate/lib/metrics.py
baseplate/lib/random.py
baseplate/lib/retry.py
baseplate/lib/secrets.py
baseplate/lib/service_discovery.py
baseplate/lib/thrift_pool.py
baseplate/lib/live_data/__init__.py
baseplate/lib/live_data/writer.py
baseplate/lib/live_data/zookeeper.py
baseplate/lib/ratelimit/__init__.py
baseplate/lib/ratelimit/ratelimit.py
baseplate/lib/ratelimit/backends/__init__.py
baseplate/lib/ratelimit/backends/memcache.py
baseplate/lib/ratelimit/backends/redis.py
baseplate/lint/__init__.py
baseplate/lint/db_query_string_format_plugin.py
baseplate/lint/example_plugin.py
baseplate/observers/__init__.py
baseplate/observers/logging.py
baseplate/observers/metrics.py
baseplate/observers/metrics_tagged.py
baseplate/observers/sentry.py
baseplate/observers/timeout.py
baseplate/observers/tracing.py
baseplate/server/__init__.py
baseplate/server/__main__.py
baseplate/server/einhorn.py
baseplate/server/healthcheck.py
baseplate/server/queue_consumer.py
baseplate/server/reloader.py
baseplate/server/runtime_monitor.py
baseplate/server/thrift.py
baseplate/server/wsgi.py
baseplate/sidecars/__init__.py
baseplate/sidecars/event_publisher.py
baseplate/sidecars/live_data_watcher.py
baseplate/sidecars/secrets_fetcher.py
baseplate/sidecars/trace_publisher.py
baseplate/testing/__init__.py
baseplate/testing/lib/__init__.py
baseplate/testing/lib/file_watcher.py
baseplate/testing/lib/secrets.py
baseplate/thrift/BaseplateService.py
baseplate/thrift/BaseplateServiceV2.py
baseplate/thrift/__init__.py
baseplate/thrift/baseplate.thrift
baseplate/thrift/constants.py
baseplate/thrift/ttypes.py
bin/baseplate-healthcheck
bin/baseplate-script
bin/baseplate-serve
bin/baseplate-shell
bin/baseplate-tshell
docs/conf.py
docs/config_dictof_example.ini
docs/config_dictof_spec_example.ini
docs/config_example.ini
docs/index.rst
docs/pyproject.toml
docs/secrets.json
docs/watched_file.json
docs/api/index.rst
docs/api/library.rst
docs/api/observability-framework.rst
docs/api/baseplate/index.rst
docs/api/baseplate/clients/cassandra.rst
docs/api/baseplate/clients/index.rst
docs/api/baseplate/clients/kombu.rst
docs/api/baseplate/clients/memcache.rst
docs/api/baseplate/clients/redis.rst
docs/api/baseplate/clients/requests.rst
docs/api/baseplate/clients/sqlalchemy.rst
docs/api/baseplate/clients/thrift.rst
docs/api/baseplate/frameworks/index.rst
docs/api/baseplate/frameworks/pyramid.rst
docs/api/baseplate/frameworks/thrift.rst
docs/api/baseplate/frameworks/queue_consumer/index.rst
docs/api/baseplate/frameworks/queue_consumer/kafka.rst
docs/api/baseplate/frameworks/queue_consumer/kombu.rst
docs/api/baseplate/lib/config.rst
docs/api/baseplate/lib/crypto.rst
docs/api/baseplate/lib/datetime.rst
docs/api/baseplate/lib/edgecontext.rst
docs/api/baseplate/lib/events.rst
docs/api/baseplate/lib/experiments.rst
docs/api/baseplate/lib/file_watcher.rst
docs/api/baseplate/lib/live_data.rst
docs/api/baseplate/lib/message_queue.rst
docs/api/baseplate/lib/metrics.rst
docs/api/baseplate/lib/random.rst
docs/api/baseplate/lib/ratelimit.rst
docs/api/baseplate/lib/retry.rst
docs/api/baseplate/lib/secrets.rst
docs/api/baseplate/lib/service_discovery.rst
docs/api/baseplate/lib/thrift_pool.rst
docs/api/baseplate/observers/index.rst
docs/api/baseplate/observers/logging.rst
docs/api/baseplate/observers/sentry.rst
docs/api/baseplate/observers/statsd.rst
docs/api/baseplate/observers/tagged_statsd.rst
docs/api/baseplate/observers/timeout.rst
docs/api/baseplate/observers/tracing.rst
docs/cli/healthcheck.rst
docs/cli/index.rst
docs/cli/script.rst
docs/cli/serve.rst
docs/cli/shell.rst
docs/guide/faq.rst
docs/guide/index.rst
docs/guide/startup.rst
docs/images/baseplate.png
docs/images/favicon.png
docs/lint/index.rst
docs/tutorial/index.rst
docs/tutorial/chapter1/index.rst
docs/tutorial/chapter1/pure_pyramid.py
docs/tutorial/chapter2/basic.ini
docs/tutorial/chapter2/index.rst
docs/tutorial/chapter2/serve_ready.py
docs/tutorial/chapter3/index.rst
docs/tutorial/chapter3/observed.ini
docs/tutorial/chapter3/observed.py
docs/tutorial/chapter4/index.rst
docs/tutorial/chapter4/sql.ini
docs/tutorial/chapter4/sql.py
tests/__init__.py
tests/data/file_watcher_tests.json
tests/integration/__init__.py
tests/integration/cassandra_tests.py
tests/integration/memcache_tests.py
tests/integration/message_queue_tests.py
tests/integration/pyramid_tests.py
tests/integration/ratelimit_tests.py
tests/integration/redis_tests.py
tests/integration/requests_tests.py
tests/integration/sqlalchemy_tests.py
tests/integration/test.thrift
tests/integration/thrift_tests.py
tests/integration/timeout_tests.py
tests/integration/tracing_tests.py
tests/integration/live_data/__init__.py
tests/integration/live_data/writer_tests.py
tests/integration/live_data/zookeeper_tests.py
tests/integration/test_thrift/TestService.py
tests/integration/test_thrift/__init__.py
tests/integration/test_thrift/constants.py
tests/integration/test_thrift/ttypes.py
tests/unit/__init__.py
tests/unit/core_tests.py
tests/unit/clients/__init__.py
tests/unit/clients/cassandra_tests.py
tests/unit/clients/kombu_tests.py
tests/unit/clients/memcache_tests.py
tests/unit/clients/redis_tests.py
tests/unit/clients/sqlalchemy_tests.py
tests/unit/clients/thrift_tests.py
tests/unit/frameworks/__init__.py
tests/unit/frameworks/pyramid/__init__.py
tests/unit/frameworks/pyramid/csrf_tests.py
tests/unit/frameworks/queue_consumer/__init__.py
tests/unit/frameworks/queue_consumer/kafka_tests.py
tests/unit/frameworks/queue_consumer/kombu_tests.py
tests/unit/lib/config_tests.py
tests/unit/lib/crypto_tests.py
tests/unit/lib/datetime_tests.py
tests/unit/lib/file_watcher_tests.py
tests/unit/lib/log_formatter_tests.py
tests/unit/lib/metrics_tests.py
tests/unit/lib/random_tests.py
tests/unit/lib/ratelimit_tests.py
tests/unit/lib/retry_tests.py
tests/unit/lib/service_discovery_tests.py
tests/unit/lib/thrift_pool_tests.py
tests/unit/lib/events/__init__.py
tests/unit/lib/events/publisher_tests.py
tests/unit/lib/events/queue_tests.py
tests/unit/lib/secrets/__init__.py
tests/unit/lib/secrets/store_tests.py
tests/unit/lint/__init__.py
tests/unit/lint/db_query_string_format_plugin_tests.py
tests/unit/lint/example_plugin_tests.py
tests/unit/observers/__init__.py
tests/unit/observers/metrics_tagged_tests.py
tests/unit/observers/metrics_tests.py
tests/unit/observers/sentry_tests.py
tests/unit/observers/tracing_tests.py
tests/unit/observers/tracing/__init__.py
tests/unit/observers/tracing/publisher_tests.py
tests/unit/server/__init__.py
tests/unit/server/einhorn_tests.py
tests/unit/server/queue_consumer_tests.py
tests/unit/server/server_tests.py
tests/unit/sidecars/__init__.py
tests/unit/sidecars/live_data_watcher_tests.py