Metadata-Version: 2.1
Name: dijkstra
Version: 0.1.0
Summary: dijkstra is a native Python implementation of Dijkstra's shortest path algorithm.
Home-page: https://github.com/ahojukka5/dijkstra
Author: Jukka Aho
Author-email: ahojukka5@gmail.com
License: UNKNOWN
Description: # Dijkstra
        
        [![Python CI][ci-badge]][ci-url]
        [![Coverate Status][coveralls-img]][coveralls-url]
        
        Package author: Jukka Aho (@ahojukka5, ahojukka5@gmail.com)
        
        Package implements Dijkstra's shortest path finding algorithm.
        
        ## Installing package
        
        To install the most recent package from Python Package Index (PyPi), use git:
        
        ```bash
        pip install dijkstra
        ```
        
        To install the development version, you can install the package directly from
        the GitHub:
        
        ```bash
        pip install git+git://github.com/ahojukka5/dijkstra.git
        ```
        
        [ci-badge]: https://github.com/ahojukka5/gmshparser/workflows/Python%20CI/badge.svg
        [ci-url]: https://github.com/ahojukka5/dijkstra/actions
        [coveralls-img]: https://coveralls.io/repos/github/ahojukka5/dijkstra/badge.svg?branch=master
        [coveralls-url]: https://coveralls.io/github/ahojukka5/dijkstra?branch=master
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Provides-Extra: test
