Metadata-Version: 2.3
Name: curvewalk
Version: 0.2.0
Summary: 
License: MIT
Author: Mark Goodall
Author-email: mark.goodall@gmail.com
Requires-Python: >=3.12,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Description-Content-Type: text/markdown

# curvewalk

[![Test Code](https://github.com/mark-goodall/curvewalk/actions/workflows/test.yml/badge.svg)](https://github.com/mark-goodall/curvewalk/actions/workflows/test.yml)
[![Docs](https://app.readthedocs.org/projects/curvewalk/badge/?version=latest)](https://curvewalk.readthedocs.io/en/latest/)

A straightforward implementation of space filling curves over an array or fixed size.

## Supported curves

* Lawnmower or Boustrophedon over arbitrary array sizes and dimensions.
* Hilbert curve over 2d square power of two arrays.

