Metadata-Version: 2.4
Name: columna
Version: 0.10.0
Summary: Columna, by datumwise — honest metrics engine. Metapackage: installs columna-core + columna-server.
Author: Datumwise
License-Expression: Apache-2.0
Project-URL: Homepage, https://datumwise.ai
Project-URL: Repository, https://github.com/datumwise/columna
Keywords: analytics,semantic-layer,duckdb,polars,manifold,frame-ql,metapackage
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Database :: Front-Ends
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: columna-core>=0.10.0
Requires-Dist: columna-server>=0.4.0
Dynamic: license-file

# Columna, by datumwise — honest metrics engine

**Columna** is an honest metrics engine: a grammar layer for analytics that serves a number *and its
disclosure together* — serve, disclose, clarify, refuse — so an AI agent (or a person) never receives
a plausible-but-wrong answer with no way to tell.

This package (`columna`) is the **metapackage**: the canonical one-line install of the whole system.

```
pip install columna
```

It installs:

- **[`columna-core`](https://pypi.org/project/columna-core/)** — the column-foundation engine
  (multi-table, transport-based, correctness-governed): the Manifold object model, Frame-QL, the four
  moods, and the Certificate kernel.
- **[`columna-server`](https://pypi.org/project/columna-server/)** — the read-only MCP server and the
  natural-language query agent over one wire contract.

The implementation lives in those packages; import from `columna_core` and `columna_server`. The
metapackage carries no code of its own beyond a version that rides in lockstep with `columna-core`.

## Links
- Home: <https://datumwise.ai>
- Source & issues: <https://github.com/datumwise/columna>
- License: Apache-2.0
