Metadata-Version: 2.1
Name: pybgl
Version: 0.11.0
Summary: PyBGL is a pure Python graph library inspited from the BGL (Boost Graph Library). It gathers algorithms from the graph theory, language theory and dynamic programming background.
License: BSD-3 license
Author: Marc-Olivier Buob
Author-email: marc-olivier.buob@nokia-bell-labs.com
Requires-Python: >=3.8,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: ipython (>=8.10.0)
Description-Content-Type: text/markdown

# PyBGL

[![PyPI](https://img.shields.io/pypi/v/pybgl.svg)](https://pypi.python.org/pypi/pybgl/)
[![Build](https://github.com/nokia/pybgl/workflows/build/badge.svg)](https://github.com/nokia/pybgl/actions/workflows/build.yml)
[![Documentation](https://github.com/nokia/pybgl/workflows/docs/badge.svg)](https://github.com/nokia/pybgl/actions/workflows/docs.yml)
[![ReadTheDocs](https://readthedocs.org/projects/nokia-pybgl/badge/?version=latest)](https://nokia-pybgl.readthedocs.io/en/latest/?badge=latest)
[![codecov](https://codecov.io/gh/nokia/pybgl/branch/master/graph/badge.svg?token=OZM4J0Y2VL)](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).

