Metadata-Version: 2.4
Name: amlexia
Version: 1.0.0
Summary: Amlexia Python SDK for API observability
Author-email: Amlexia <hello@amlexia.com>
License: Proprietary. See LICENSE file. Not open source.
Project-URL: Homepage, https://amlexia.com
Project-URL: Documentation, https://amlexia.com
Project-URL: Repository, https://github.com/amlexiahq/amlexia
Project-URL: Terms, https://amlexia.com/terms
Keywords: amlexia,observability,apm,monitoring,tracing
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: urllib3>=1.26.0
Provides-Extra: flask
Requires-Dist: flask>=2.0.0; extra == "flask"
Provides-Extra: fastapi
Requires-Dist: fastapi>=0.100.0; extra == "fastapi"
Requires-Dist: starlette>=0.27.0; extra == "fastapi"
Dynamic: license-file

# Amlexia

Python SDK for Amlexia API observability.

**License:** Proprietary — not open source. See [LICENSE](./LICENSE). Use is subject to [Amlexia Terms of Service](https://amlexia.com/terms).

```bash
pip install amlexia
```

See the main [Amlexia README](../../README.md) for usage examples.
