Metadata-Version: 1.1
Name: pygraphml
Version: 2.0
Summary: Small 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: # What is pygraphml ?
        
        pygraphml is a small Python library designed to parse GraphML file. To
        see specification about GraphML, see http://graphml.graphdrawing.org/
        
        Documentation and tutorial are available at http://hadim.github.io/pygraphml/. A notebook is also available at http://nbviewer.ipython.org/urls/raw.github.com/hadim/pygraphml/master/example.ipynb.
        
        # Requirements
        
        - Python > 2.7 and Python > 3.3
        - NetworkX (http://networkx.lanl.gov/): only for the visualization
        - sphinx (to build documentation)
        
        # 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.3
