Metadata-Version: 2.3
Name: graphs_hbruch
Version: 0.0.1
Summary: A small example package
Project-URL: Homepage, https://github.com/pypa/sampleproject
Project-URL: Bug Tracker, https://github.com/pypa/sampleproject/issues
Author-email: Hannah Bruch <hbruch@msudenver.edu>
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# graphs_hbruch

A small library for doing things with graphs. Currently only implements djikstra's shortest path algorithm. 
To use import sp from graphs_hbruch. This project is open source, if you want to add other algorithms please contribute on [the github repository](https://github.com/HannahBruch/graphs_hbruch).