LICENSE
README.md
pyproject.toml
src/slowpoke/__init__.py
src/slowpoke/_config.py
src/slowpoke/_http.py
src/slowpoke/_origin.py
src/slowpoke/_sender.py
src/slowpoke/_tracer.py
src/slowpoke/asgi.py
src/slowpoke/celery.py
src/slowpoke/flask.py
src/slowpoke/sqlalchemy.py
src/slowpoke/django/__init__.py
src/slowpoke/django/apps.py
src/slowpoke_python.egg-info/PKG-INFO
src/slowpoke_python.egg-info/SOURCES.txt
src/slowpoke_python.egg-info/dependency_links.txt
src/slowpoke_python.egg-info/requires.txt
src/slowpoke_python.egg-info/top_level.txt
tests/test_celery.py
tests/test_django.py
tests/test_fastapi.py
tests/test_flask.py
tests/test_http_client.py
tests/test_origin.py
tests/test_otlp_fixtures.py
tests/test_sender.py
tests/test_sqlalchemy.py
tests/test_tracer.py
tests/test_weight.py