Metadata-Version: 2.4
Name: starfix
Version: 0.1.1
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Dist: ipykernel>=7.1.0
Requires-Dist: maturin>=1.9.6
Requires-Dist: pyarrow>=22.0.0
Summary: Library for logical hashing of structured data
Requires-Python: >=3.10
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# Overview
Hashing Lib for Arrow Data Tables using C_Pointers with Arrow_Digest from: https://github.com/kamu-data/arrow-digest

# Usage
The repo is setup to use dev containers of VSCode. After starting up the container and connecting to it the process to install the rust lib and a python package is:
```maturin develop --uv```

NOTE: After every code edit in rust code, you will need to rerun the command to rebuild it then restart the kernel in the Jupyter Notebook side
