Metadata-Version: 2.4
Name: dashfrog
Version: 0.1.7
Summary: Business Observability on OpenTelemetry
Author: DashFrog Team
License: MIT
Project-URL: Homepage, https://github.com/towlabs/dashfrog
Project-URL: Documentation, https://github.com/towlabs/dashfrog#readme
Project-URL: Repository, https://github.com/towlabs/dashfrog
Project-URL: Issues, https://github.com/towlabs/dashfrog/issues
Keywords: observability,opentelemetry,metrics,monitoring,business-intelligence
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Framework :: FastAPI
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: opentelemetry-api<2.0.0,>=1.37.0
Requires-Dist: opentelemetry-sdk<2.0.0,>=1.37.0
Requires-Dist: opentelemetry-exporter-otlp<2.0.0,>=1.37.0
Requires-Dist: sqlalchemy<3.0.0,>=2.0.0
Requires-Dist: psycopg2-binary>=2.9.0
Requires-Dist: alembic<2.0.0,>=1.13.0
Requires-Dist: pydantic<3.0.0,>=2.0.0
Requires-Dist: opentelemetry-instrumentation-aws-lambda>=0.58b0
Requires-Dist: opentelemetry-instrumentation-botocore>=0.58b0
Requires-Dist: opentelemetry-instrumentation-celery>=0.58b0
Requires-Dist: opentelemetry-instrumentation-fastapi>=0.58b0
Requires-Dist: opentelemetry-instrumentation-flask>=0.58b0
Requires-Dist: opentelemetry-instrumentation-httpx>=0.58b0
Requires-Dist: opentelemetry-instrumentation-requests>=0.58b0
Provides-Extra: api
Requires-Dist: fastapi>=0.118.0; extra == "api"
Requires-Dist: uvicorn>=0.30.0; extra == "api"
Requires-Dist: python-jose[cryptography]<4.0.0,>=3.3.0; extra == "api"
Requires-Dist: python-multipart>=0.0.20; extra == "api"
Provides-Extra: dev
Requires-Dist: pytest>=8.4.2; extra == "dev"
Requires-Dist: pyright>=1.1.405; extra == "dev"
Requires-Dist: ruff>=0.13.2; extra == "dev"
Requires-Dist: python-jose[cryptography]<4.0.0,>=3.3.0; extra == "dev"
Provides-Extra: test
Requires-Dist: pytest>=8.4.2; extra == "test"
Requires-Dist: fastapi>=0.118.0; extra == "test"
Requires-Dist: httpx>=0.28.0; extra == "test"
Requires-Dist: python-jose[cryptography]<4.0.0,>=3.3.0; extra == "test"
