Metadata-Version: 2.4
Name: ccx-format
Version: 0.0.1
Summary: Reader for CCX (Chaos Cypher eXchange) — the open, portable knowledge-graph package format. Placeholder release; the standalone reader is in development.
Project-URL: Homepage, https://chaoscypher.com
Project-URL: Repository, https://github.com/chaoscypherinc/ccx
Project-URL: Chaos Cypher, https://github.com/chaoscypherinc/chaoscypher
Author: Denis MacPherson
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: ccx,chaos-cypher,graphrag,knowledge-graph,lexicon,package-format
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# ccx-format

```
pip install ccx-format   # → import ccx
```

**CCX (Chaos Cypher eXchange)** is the package format for portable, source-backed
knowledge graphs — sources, entities, relationships, and citations in a single
`.ccx` file. It is the format behind Lexicon packages in
[Chaos Cypher](https://github.com/chaoscypherinc/chaoscypher).

This repository is the future home of the **standalone CCX reader** — an
Apache-2.0 licensed library for reading `.ccx` packages without installing
Chaos Cypher. The current PyPI release is a placeholder reserving the name;
the format specification and this reader are in active development. Watch
this repo to be notified when the reader lands.

- Chaos Cypher (the format ships here today): https://github.com/chaoscypherinc/chaoscypher
- Docs: https://chaoscypher.com

Until the reader ships, `.ccx` import/export is available in Chaos Cypher itself.
