Metadata-Version: 2.1
Name: edsger
Version: 0.0.13
Summary: Graph algorithms in Cython.
Author-email: François Pacull <francois.pacull@architecture-performance.fr>
Maintainer-email: François Pacull <francois.pacull@architecture-performance.fr>
License: MIT License
Project-URL: Repository, https://github.com/aetperf/Edsger
Keywords: python,graph,shortest path,Dijkstra
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: setuptools
Requires-Dist: setuptools_scm
Requires-Dist: numpy>=1.26
Requires-Dist: Cython>=3
Requires-Dist: pandas
Provides-Extra: testing
Requires-Dist: pytest; extra == "testing"
Requires-Dist: codecov; extra == "testing"
Requires-Dist: pytest-cov; extra == "testing"
Provides-Extra: dev
Requires-Dist: black; extra == "dev"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: scipy<1.11; extra == "test"
Provides-Extra: doc
Requires-Dist: sphinx; extra == "doc"
Requires-Dist: sphinx_design; extra == "doc"
Requires-Dist: sphinx_rtd_theme; extra == "doc"


![Tests Status](https://github.com/aetperf/edsger/actions/workflows/tests.yml/badge.svg?branch=release)

# Edsger


*Graph algorithms in Cython*


Welcome to our Python library for graph algorithms, built with the power of Cython. So far, the library only includes Dijkstra's algorithm but we should add a range of common path algorithms soon. It is also open-source and easy to integrate with other Python libraries. To get started, simply install the library using pip, and import it into your Python project.
