Metadata-Version: 2.4
Name: cendor-libs
Version: 1.1.0
Summary: All seven Cendor libraries in one install — plain building blocks for LLM apps: context, cost, compression, a deterministic guardrails gate, testing, and a tamper-evident audit trail.
Project-URL: Homepage, https://github.com/cendorhq/cendor-libs
Project-URL: Documentation, https://cendor.ai/docs
Project-URL: Repository, https://github.com/cendorhq/cendor-libs
Author: Raghav Mishra (PowerAI Labs)
License-Expression: Apache-2.0
License-File: LICENSE
License-File: NOTICE
Keywords: agents,ai,governance,libraries,llm,testing
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: cendor-acttrace<2.0,>=1.0.0
Requires-Dist: cendor-cassette<2.0,>=1.0.0
Requires-Dist: cendor-contextkit<2.0,>=1.0.0
Requires-Dist: cendor-core<2.0,>=1.0.0
Requires-Dist: cendor-guardrails<2.0,>=1.0.0
Requires-Dist: cendor-squeeze<2.0,>=1.0.0
Requires-Dist: cendor-tokenguard<2.0,>=1.0.0
Description-Content-Type: text/markdown

# cendor-libs

The umbrella meta-package for the **Cendor** stack — *production plumbing for LLM applications*.
Installing it pulls the whole suite of composable Python primitives for context, cost,
guardrails, testing, and governance.

**One install, the entire stack — `pip install cendor-libs`.** (The brand alias `pip install cendor`
also works — it depends solely on this package.)

![PyPI](https://img.shields.io/pypi/v/cendor-libs) ![license](https://img.shields.io/badge/license-Apache_2.0-blue)

This package ships **no code** of its own — it only declares the others as dependencies, so they
share the `cendor.*` import namespace:

| | Import | Role |
|---|---|---|
| `cendor-core` | `cendor.core` | foundation (types · tokens · prices · `instrument` · bus · OTel) |
| `cendor-contextkit` | `cendor.contextkit` | assemble context within a budget |
| `cendor-squeeze` | `cendor.squeeze` | reversible, content-aware compression |
| `cendor-tokenguard` | `cendor.tokenguard` | pre-flight cost caps + attribution |
| `cendor-guardrails` | `cendor.guardrails` | deterministic gate: block / redact / flag |
| `cendor-cassette` | `cendor.cassette` | record/replay agent runs |
| `cendor-acttrace` | `cendor.acttrace` | tamper-evident audit log |

Prefer to install only what you need — each package works standalone and pulls `cendor-core`
transitively. See the [project README](https://github.com/cendorhq/cendor-libs) for the
composition story and examples.

*Powered by [PowerAI Labs](https://powerailabs.dev). Apache-2.0 licensed; provided "as is", without warranty — use at your own risk (LICENSE §7–8).*
