Metadata-Version: 2.4
Name: pycaber
Version: 0.1.3
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Development Status :: 4 - Beta
Summary: Caber DREAM: Deterministic Attribution and Control of AI Data Use
Author: Caber Systems, Inc. <dev@caber.com>
Author-email: "Caber Systems, Inc." <dev@caber.com>
Requires-Python: >=3.9
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Homepage, https://caber.com

# PyCaber

Caber DREAM Python Package

Caber DREAM dynamically enriches every chunk in your Retrieval‑Augmented Generation (RAG) datastore with trusted source attributed metadata so you always know what the data is, where it came from, who owns it, and how it may be used.

## Installation

```bash
pip install pycaber
```

## Usage

```python
import pycaber

# Your code here
```

## Development

To build the extension locally:

```bash
maturin develop --release
```

To generate Python stub files (for IDE support):

```bash
python3 generate_stubs.py
```

## Features

- High-performance Rust-based implementation
- Type hints and IDE support through included stub files
- Cross-platform compatibility (Linux x86_64 and aarch64)
- Python 3.9+ support 
