Metadata-Version: 2.1
Name: pygraphml
Version: 2.4.2
Summary: Library to parse GraphML files in Python
Home-page: https://github.com/hadim/pygraphml/
Author: Hadrien Mary
Author-email: hadrien.mary@gmail.com
License: UNKNOWN
Description: # pygraphml
        
        [![Build Status](https://travis-ci.org/hadim/pygraphml.svg?branch=master)](https://travis-ci.org/hadim/pygraphml)
        [![PyPI version](https://img.shields.io/pypi/v/pygraphml.svg?maxAge=2591000)](https://pypi.org/project/pygraphml/)
        
        `pygraphml` is a Python library designed to parse GraphML file. To
        see specification about GraphML, see http://graphml.graphdrawing.org/
        
        A documentation is provided as a [Jupyter notebook](notebooks/documentation.ipynb).
        
        # Requirements
        
        - Python > 2.7 and > 3.6.
        - `matplotlib` and [`networkx`](http://networkx.lanl.gov/) for visualization (optional).
        
        # Install
        
        `pip install pygraphml`
        
        Or you can use Anaconda and `conda-forge` :
        
        ```
        conda config --add channels conda-forge
        conda install pygraphml
        ```
        
        # License
        
        Under BSD license. See [LICENSE](LICENSE).
        
        # Authors
        
        - Hadrien Mary <hadrien.mary@gmail.com>
        - Nick Hamilton <n.hamilton@imb.uq.edu.au>
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Description-Content-Type: text/markdown
