![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.
Raw data
{
"_id": null,
"home_page": "",
"name": "edsger",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.11",
"maintainer_email": "Fran\u00e7ois Pacull <francois.pacull@architecture-performance.fr>",
"keywords": "python,graph,shortest path,Dijkstra",
"author": "",
"author_email": "Fran\u00e7ois Pacull <francois.pacull@architecture-performance.fr>",
"download_url": "https://files.pythonhosted.org/packages/1e/be/03eba211747eef399de2b59f38a54277459bbaa9e7508f58081e0024bf40/edsger-0.0.13.tar.gz",
"platform": "any",
"description": "\n![Tests Status](https://github.com/aetperf/edsger/actions/workflows/tests.yml/badge.svg?branch=release)\n\n# Edsger\n\n\n*Graph algorithms in Cython*\n\n\nWelcome 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.\n",
"bugtrack_url": null,
"license": "MIT License",
"summary": "Graph algorithms in Cython.",
"version": "0.0.13",
"project_urls": {
"Repository": "https://github.com/aetperf/Edsger"
},
"split_keywords": [
"python",
"graph",
"shortest path",
"dijkstra"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "1ebe03eba211747eef399de2b59f38a54277459bbaa9e7508f58081e0024bf40",
"md5": "358241581e6b47c53e76d2698dcc4a8b",
"sha256": "d7e185e7dfd885d5b189cd0e231c3a220d0689d45f4537c28db4feb8aade9db2"
},
"downloads": -1,
"filename": "edsger-0.0.13.tar.gz",
"has_sig": false,
"md5_digest": "358241581e6b47c53e76d2698dcc4a8b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11",
"size": 854010,
"upload_time": "2024-02-26T17:59:01",
"upload_time_iso_8601": "2024-02-26T17:59:01.585789Z",
"url": "https://files.pythonhosted.org/packages/1e/be/03eba211747eef399de2b59f38a54277459bbaa9e7508f58081e0024bf40/edsger-0.0.13.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-02-26 17:59:01",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "aetperf",
"github_project": "Edsger",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "setuptools",
"specs": []
},
{
"name": "setuptools_scm",
"specs": []
},
{
"name": "numpy",
"specs": [
[
">=",
"1.26"
]
]
},
{
"name": "Cython",
"specs": [
[
">=",
"3"
]
]
},
{
"name": "pandas",
"specs": []
}
],
"lcname": "edsger"
}