Metadata-Version: 2.4
Name: seally
Version: 0.2.0
Summary: A lightweight Python library for motion planning algorithms.
Project-URL: Homepage, https://nick-Sutton.github.io/Seally/
Project-URL: Documentation, https://nick-Sutton.github.io/Seally/
Project-URL: Repository, https://github.com/nick-Sutton/Seally
Author-email: Nicholas Sutton <nicksutton46@gmail.com>
License: MIT
Keywords: AI,Motion Planning,Robotics
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.11
Requires-Dist: mkdocstrings[python]>=1.0.3
Requires-Dist: networkx[default]>=3.4
Requires-Dist: numpy>=2.0
Requires-Dist: pandas>=3.0
Requires-Dist: pygame>=2.6
Description-Content-Type: text/markdown

# Seally 🦭

**A lightweight Python library for motion planning algorithms.**

Seally provides a simple interface for using, implementing, and testing planning algorithms.

![Seally in action](docs/assets/a_star_example.png)
