Metadata-Version: 1.1
Name: planarity
Version: 0.4.1
Summary: Graph planarity tools.
Home-page: https://github.com/hagberg/planarity/
Author: Aric Hagberg
Author-email: aric.hagberg@gmail.com
License: BSD
Download-URL: https://pypi.python.org/pypi/planarity
Description: Graph planarity tools.
        A wrapper to Boyer's (C) planarity algorithms: http://code.google.com/p/planarity/
        
        Provides planarity testing, forbidden subgraph finding, and planar embeddings.
        
        Works with the NetworkX graph package (not required).
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Physics
