Metadata-Version: 2.5
Name: tcc-otel
Version: 0.1.1
Summary: Deprecated: renamed to `contextcompany`. The Context Company AI Agent Observability SDK for Python.
Project-URL: Homepage, https://www.thecontextcompany.com
Project-URL: Documentation, https://docs.thecontextcompany.com
Project-URL: Repository, https://github.com/The-Context-Company/observatory
Project-URL: Issues, https://github.com/The-Context-Company/observatory/issues
Author-email: The Context Company <support@thecontextcompany.com>
License: MIT
Keywords: agents,ai,llm,monitoring,observability,tracing
Classifier: Development Status :: 7 - Inactive
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Requires-Dist: contextcompany
Description-Content-Type: text/markdown

# tcc-otel (deprecated)

This package has been renamed to [`contextcompany`](https://pypi.org/project/contextcompany/).

```bash
pip install contextcompany
```

`tcc-otel` is no longer maintained. Installing it pulls in `contextcompany` and re-exports its API with a deprecation warning, but you should migrate your imports:

```python
# Before
import tcc_otel

# After
import contextcompany
```

- Website: https://www.thecontextcompany.com
- Documentation: https://docs.thecontextcompany.com
- Source: https://github.com/The-Context-Company/observatory
