Metadata-Version: 2.4
Name: voronoi_cell
Version: 0.0.3
Summary: Package to compute voronoi cells
Project-URL: Homepage, https://github.com/raulpenaguiao/lattice_quantizers/tree/master/packages/voronoi_cell
Project-URL: Issues, https://github.com/raulpenaguiao/lattice_quantizers/tree/master/packages/voronoi_cell/issues
Author-email: Raul Penaguiao <raul.penaguiao@proton.me>, Yelena Mandelshtam <yelenam@berkeley.edu>
License-Expression: MIT
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown



To create this package we run
```bash
python3 -m venv myenv
source myenv/bin/activate
python3 -m pip install --upgrade build
python3 -m pip install twine
python3 -m build
python3 -m twine upload dist/*
```

To install and test the example package
```bash
pip install voronoi_cell
python3 -m pip install voronoi_cell
```


# Things to do
Open webpage to the public
Create requirements.txt
