Metadata-Version: 2.4
Name: binoc
Version: 0.1.1
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Rust
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: pytest>=8.0 ; extra == 'dev'
Requires-Dist: pytest-datadir>=1.5 ; extra == 'dev'
Requires-Dist: maturin>=1.7,<2.0 ; extra == 'dev'
Requires-Dist: tomli>=2.0 ; python_full_version < '3.11' and extra == 'dev'
Provides-Extra: dev
Summary: The missing changelog for datasets
Keywords: archive,changelog,csv,data-diff,datasets
Home-Page: https://github.com/harvard-lil/binoc
Author: Harvard Library Innovation Lab
License: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Documentation, https://github.com/harvard-lil/binoc/tree/main/docs
Project-URL: Homepage, https://github.com/harvard-lil/binoc
Project-URL: Issues, https://github.com/harvard-lil/binoc/issues
Project-URL: Repository, https://github.com/harvard-lil/binoc

# binoc

`binoc` is the primary Python distribution for Binoc.

It provides:

- the `binoc` CLI
- Python bindings over the core diff engine
- native plugin discovery and loading
- the standard library comparators, transformers, and Markdown renderer

Install it with:

```bash
pip install binoc
```

Optional format-specific plugins, such as `binoc-sqlite`, install separately and are discovered automatically through Python entry points.

