Metadata-Version: 2.1
Name: generic-paths
Version: 0.0.3
Summary: Generic pathfinding algorithms for Python.
Home-page: https://github.com/dhoialmeida/generic_paths
Author: Dhoi Almeida
Author-email: UNKNOWN
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent

generic_paths
=============

Generic pathfinding algorithms for Python.

Only BFS implemented for now.


