Metadata-Version: 2.4
Name: txlemetry
Version: 7.44.2
Summary: Txlemetry Python SDK for product analytics, feature flags, error tracking, and AI observability.
Author: Txlemetry
License: MIT
Project-URL: Homepage, https://txlemetry.com
Project-URL: Repository, https://github.com/hectorvss/Txlemetry
Keywords: txlemetry,analytics,product-analytics,feature-flags
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: backoff>=1.10.0
Requires-Dist: distro>=1.5.0
Requires-Dist: requests<3.0,>=2.7
Requires-Dist: typing-extensions>=4.2.0
Provides-Extra: langchain
Requires-Dist: langchain>=1.3.9; extra == "langchain"
Provides-Extra: otel
Requires-Dist: opentelemetry-sdk>=1.20.0; extra == "otel"
Requires-Dist: opentelemetry-exporter-otlp-proto-http>=1.20.0; extra == "otel"
Provides-Extra: zstd
Requires-Dist: zstandard>=0.23.0; extra == "zstd"
Dynamic: license-file

# txlemetry

```python
from txlemetry import Txlemetry

txlemetry = Txlemetry("<project-token>")
txlemetry.capture("distinct-id", "signed_up")
```

The client uses `https://app.txlemetry.com` by default. Pass `host` explicitly to target another Txlemetry deployment.
