.coveragerc
.drone.yml
.gitignore
README.md
docker-compose.yaml
pytest.ini
setup.cfg
setup.py
docs/reserved_context.md
docs/reserved_events.md
examples/example_celery.py
examples/example_gevent.py
examples/example_inline.py
examples/configuration/config.ini
examples/configuration/config.json
examples/configuration/config.yaml
examples/configuration/config.yaml.enc
examples/configuration/example.py
examples/context/example_define.py
examples/context/example_injection.py
examples/context/example_lazy_init.py
examples/context/example_lookup.py
examples/context/example_rate_limit.py
examples/job/example_job.py
examples/message/example.py
examples/model/example_validator.py
examples/processor/example_message.py
examples/service/example_cache.py
examples/service/example_factory.py
examples/service/example_http.py
examples/service/example_lock.py
examples/service/example_openapi.py
examples/service/example_pool.py
examples/service/example_quote.py
examples/service/example_rate_counter.py
examples/service/example_storage.py
examples/storage/benchmark_redis_storage.py
examples/storage/example_cursor_storage.py
examples/storage/example_storage_pool.py
pypipes/__init__.py
pypipes/config.py
pypipes/crypto.py
pypipes/events.py
pypipes/exceptions.py
pypipes/line.py
pypipes/message.py
pypipes/program.py
pypipes.egg-info/PKG-INFO
pypipes.egg-info/SOURCES.txt
pypipes.egg-info/dependency_links.txt
pypipes.egg-info/namespace_packages.txt
pypipes.egg-info/requires.txt
pypipes.egg-info/top_level.txt
pypipes.egg-info/zip-safe
pypipes/context/__init__.py
pypipes/context/cache.py
pypipes/context/config.py
pypipes/context/cursor.py
pypipes/context/define.py
pypipes/context/factory.py
pypipes/context/job.py
pypipes/context/lock.py
pypipes/context/manager.py
pypipes/context/metrics.py
pypipes/context/model.py
pypipes/context/pagination.py
pypipes/context/pool.py
pypipes/context/rate_limit.py
pypipes/context/sync.py
pypipes/infrastructure/__init__.py
pypipes/infrastructure/base.py
pypipes/infrastructure/inline.py
pypipes/infrastructure/on_celery.py
pypipes/infrastructure/on_gevent.py
pypipes/infrastructure/command/__init__.py
pypipes/infrastructure/command/cursor.py
pypipes/infrastructure/command/job.py
pypipes/infrastructure/response/__init__.py
pypipes/infrastructure/response/base.py
pypipes/infrastructure/response/listener.py
pypipes/model/__init__.py
pypipes/model/patch.py
pypipes/processor/__init__.py
pypipes/processor/collection.py
pypipes/processor/event.py
pypipes/processor/message.py
pypipes/processor/model.py
pypipes/processor/scheduler.py
pypipes/service/__init__.py
pypipes/service/base.py
pypipes/service/base_client.py
pypipes/service/cache.py
pypipes/service/counter.py
pypipes/service/cursor_storage.py
pypipes/service/hash.py
pypipes/service/http_client.py
pypipes/service/lock.py
pypipes/service/logger.py
pypipes/service/metric.py
pypipes/service/openapi_client.py
pypipes/service/quota.py
pypipes/service/rate_counter.py
pypipes/service/storage.py
tests/config.yaml
tests/conftest.py
tests/test_line.py
tests/test_processor.py
tests/test_program.py
tests/context/test_context_injection.py
tests/context/test_context_lookup.py
tests/context/test_contextmanager.py
tests/context/test_cursor.py
tests/context/test_factory.py
tests/context/test_lazy_context.py
tests/context/test_pool.py
tests/service/test_cache.py
tests/service/test_counter.py
tests/service/test_cursor_storage.py
tests/service/test_default_expiration.py
tests/service/test_hash.py
tests/service/test_http_client.py
tests/service/test_lock.py
tests/service/test_logger.py
tests/service/test_metric.py
tests/service/test_openapi_client.py
tests/service/test_quota.py
tests/service/test_rate_counter.py
tests/service/test_storage.py