Metadata-Version: 2.5
Name: logika-sdk
Version: 0.1.0
Summary: Logika Python SDK.
Project-URL: Homepage, https://logika.host
Project-URL: Repository, https://github.com/logika-admin/logika-sdk-python
License-Expression: MIT
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.12
Requires-Dist: pynacl>=1.5
Requires-Dist: zstandard>=0.23
Description-Content-Type: text/markdown

# Logika Python SDK

The Python client library for [Logika](https://logika.host), a
structured-logging platform. Open spans, emit points, and let the SDK buffer,
encrypt, and upload records to your Logika ingest endpoint.

## Install

```
pip install logika-sdk
```

## Documentation

Full docs: <https://logika.host/docs>.

## Read-only mirror

This repository is a **read-only mirror**, cut automatically from Logika's
private monorepo (the source of truth). Please do not open pull requests here
— they cannot be merged back. File issues or feedback via
<https://logika.host/docs>.

## License

MIT. See [LICENSE](./LICENSE).
