Metadata-Version: 2.3
Name: graphs_lbenjell
Version: 0.0.1
Summary: A small example package
Project-URL: Homepage, https://github.com/Ninjaamina/graphs_lbenjell
Project-URL: Bug Tracker, https://github.com/Ninjaamina/graphs_lbenjell/issues
Author-email: Lala Amina Benjelloun <lbenjell@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

This is for my Dijkstra's Algorithm Assignment!

This includes the implementation of Dijkstra's Algorithm.

To use:

Clone the repository

   1.  git clone https://github.com/Ninjaamina/graphs_lbenjell.git
   2.  cd graphs_lbenjell

Create and activate a virtual enviroment
    1. python3 -m venv .venv
    2. source .venv/bin/activate 

Install the package

pip3 install . 