Metadata-Version: 2.4
Name: holos-tda
Version: 0.3.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Rust
Classifier: Topic :: Scientific/Engineering :: Mathematics
License-File: LICENSE-MIT
License-File: LICENSE-APACHE
Summary: Vietoris-Rips persistent homology with a ripser-class engine
Keywords: topology,tda,persistent-homology,rips,ripser
License-Expression: MIT OR Apache-2.0
Requires-Python: >=3.9
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Changelog, https://github.com/t0rsion/holos/blob/main/CHANGELOG.md
Project-URL: Homepage, https://github.com/t0rsion/holos
Project-URL: Repository, https://github.com/t0rsion/holos

# holos-tda

Vietoris-Rips persistent homology with a ripser-class engine, written in
Rust. This package ships Python bindings and the `holos-tda` command-line
tool. The tool prints ripser-compatible output.

```sh
pip install holos-tda        # or: uvx holos-tda points.csv
python -c "import holos_tda; print(holos_tda.rips_points([[0,0],[1,0],[0,1]]))"
```

Source, documentation, and benchmarks: https://github.com/t0rsion/holos

