Metadata-Version: 2.4
Name: fast-paths
Version: 0.1.0
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Summary: Python bindings to the fast_paths Rust crate – ultra-fast shortest path calculations using Contraction Hierarchies
Author-email: Thell Fowler <thell@tbfowler.net>
License: MIT OR Apache-2.0
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Documentation, https://docs.rs/fast_paths/1.0.0
Project-URL: Homepage, https://github.com/Thell/fast-paths
Project-URL: Repository, https://github.com/Thell/fast-paths

Python bindings for the Rust [fast_paths](https://crates.io/crates/fast_paths) crate.

See [example.py](examples/example.py) for usage based on `fast_paths` README.
