Metadata-Version: 2.4
Name: regfans
Version: 0.0.2
Summary: Regular fans of vector configurations
Author: Nate MacFadden
License-Expression: GPL-3.0-or-later
Project-URL: Repository, https://github.com/natemacfadden/regfans
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Requires-Python: <3.14,>=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: python-flint
Requires-Dist: ortools
Requires-Dist: networkx
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: triangulumancer
Provides-Extra: test
Requires-Dist: pplpy; extra == "test"
Requires-Dist: pytest; extra == "test"
Dynamic: license-file

# vectorconfigurations
Software for studying vector configurations and their triangulations. Originally developed for arXiv:2512.14817

## Installation
Computation of dual cones requires pplpy. Install via conda:
```
conda env create -f environment.yml
conda activate regfans
```
## API Documentation

See [API_DOC.md](API_DOC.md) for full API reference.

(Developer note: update documentation simply by running `pydoc-markdown; py clean_API_DOC.py` in current directory)
