Metadata-Version: 2.4
Name: codag
Version: 0.1.1
Summary: Python SDK for the Codag hosted API
Author-email: Codag <support@codag.ai>
License-Expression: MIT
Project-URL: Homepage, https://codag.ai
Project-URL: Repository, https://github.com/codag-megalith/codag-sdk
Keywords: codag,logs,observability,sdk
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# codag

Python SDK for the Codag hosted API.

```python
from codag import Codag

client = Codag(api_key="cdk_...")
result = client.compact(["ERROR api db pool timeout active=20 waiting=30"])
print(result.text)
```

See the repository root README for the full multi-language SDK documentation.
