Metadata-Version: 2.4
Name: txlemetry
Version: 0.1.0
Summary: Txlemetry Python SDK for product analytics, feature flags, and error tracking.
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.8
Description-Content-Type: text/markdown
Requires-Dist: posthog>=3.12.3

# 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.
