Metadata-Version: 2.4
Name: s2-py
Version: 0.12.0
Summary: pip-able S2 Geometry Bindings
Author: Gabe Frangakis
License-Expression: Apache-2.0
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# s2-py

A setuptools wrapper around the [s2geometry library](https://github.com/google/s2geometry).

### Requirements
The libs from s2geometry are still required. See [here](https://github.com/google/s2geometry/master/README.md)

Note that currently it seems that the Google test framework is [mistakenly not optional](https://github.com/google/s2geometry/issues/67).

### Notes
All credit goes to Google; this is just a wrapper around their lib.