Metadata-Version: 2.4
Name: py-geometry-utils
Version: 0.5.0
Summary: Utilities for working with coordinates and rectangles/grids.
Project-URL: Homepage, https://github.com/svioletg/py-geometry-utils
Project-URL: Repository, https://github.com/svioletg/py-geometry-utils
Project-URL: Documentation, https://py-geometry-utils.readthedocs.io/en/latest/
Project-URL: Changelog, https://github.com/svioletg/py-geometry-utils/blob/main/CHANGELOG.md
Project-URL: Issues, https://github.com/svioletg/py-geometry-utils/issues
Author: Seth 'Violet' Gibbs
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.12
Provides-Extra: dev
Requires-Dist: py-maybetype>=0.14.0; extra == 'dev'
Requires-Dist: pytest>=9.1.1; extra == 'dev'
Requires-Dist: ruff>=0.15.22; extra == 'dev'
Requires-Dist: towncrier>=25.8.0; extra == 'dev'
Requires-Dist: ty>=0.0.61; extra == 'dev'
Provides-Extra: docs
Requires-Dist: furo>=2025.12.19; extra == 'docs'
Requires-Dist: myst-parser>=5.1.0; extra == 'docs'
Requires-Dist: sphinx-autobuild>=2025.8.25; extra == 'docs'
Requires-Dist: sphinx>=9.1; extra == 'docs'
Description-Content-Type: text/markdown

# py-geometry-utils

Provides utilities for working with coordinates, rectangles, and grids.

Initially [part of a different project](https://github.com/svioletg/py-squaremap-combiner/blob/47f30bffb5de121fbf5ce17621ce3b8127cd36c3/src/squaremap_combine/geo.py),
I wanted to use it in a few other projects so I decided to separate it out into its own package.

Documentation: <https://py-geometry-utils.readthedocs.io/en/latest/>

Changelog: <https://github.com/svioletg/py-geometry-utils/blob/main/CHANGELOG.md>
