Metadata-Version: 2.1
Name: voronoiville
Version: 0.1.0
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
License-File: LICENSE
Summary: Fast Voronoi diagrams in Python, written in Rust
Home-Page: https://github.com/pmbaumgartner/voronoiville
License: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: documentation, https://github.com/pmbaumgartner/voronoiville
Project-URL: homepage, https://github.com/pmbaumgartner/voronoiville
Project-URL: repository, https://github.com/pmbaumgartner/voronoiville

# Voronoiville

Fast Voronoi diagrams in Python written in Rust, thanks to the [`voronoice`](https://crates.io/crates/voronoice) crate, [`PyO3`](https://pyo3.rs/), and [Maturin](https://maturin.rs/).


Resources:
- https://douglasduhaime.com/posts/lloyd-iteration.html
