https://github.com/nokia/pybgl
PyBGL is a python module allowing to manipulate graphs and common algorithms.
https://github.com/nokia/pybgl
Last synced: 11 months ago
JSON representation
PyBGL is a python module allowing to manipulate graphs and common algorithms.
- Host: GitHub
- URL: https://github.com/nokia/pybgl
- Owner: nokia
- License: bsd-3-clause
- Created: 2018-09-12T20:11:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-10T00:18:28.000Z (almost 2 years ago)
- Last Synced: 2024-11-08T11:56:19.817Z (over 1 year ago)
- Language: Python
- Size: 835 KB
- Stars: 8
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Authors: AUTHORS.md
Awesome Lists containing this project
README
# PyBGL
[](https://pypi.python.org/pypi/pybgl/)
[](https://github.com/nokia/pybgl/actions/workflows/build.yml)
[](https://github.com/nokia/pybgl/actions/workflows/docs.yml)
[](https://nokia-pybgl.readthedocs.io/en/latest/?badge=latest)
[](https://codecov.io/gh/nokia/pybgl)
## Overview
[PyBGL](https://github.com/nokia/pybgl.git) is a pure [Python](http://python.org/) graph library inspired from the [BGL (Boost Graph Library)](https://www.boost.org/doc/libs/1_80_0/libs/graph/doc/index.html). It gathers algorithms from the graph theory, language theory and dynamic programming background.
For more information, feel free to visit [the documentation](https://nokia-pybgl.readthedocs.io/en/latest/?badge=latest) and the [wiki](https://github.com/nokia/pybgl/wiki).
# License
This project is licensed under the BSD-3-Clause license - see the [LICENSE](https://github.com/nokia/pybgl/blob/master/LICENSE).