Metadata-Version: 1.0
Name: Graphillion
Version: 0.92
Summary: Fast, lightweight library for a huge number of graphs
Home-page: http://graphillion.org/
Author: Takeru Inoue
Author-email: takeru.inoue@gmail.com
License: MIT
Description: Graphillion is a Python library for efficient graphset operations.
        Unlike existing graph tools such as NetworkX, which are designed to
        manipulate just a single graph at a time, Graphillion handles a large
        set of graphs with great efficiency.  Surprisingly, trillions of
        trillions of graphs can be processed on a single computer.
        
Keywords: graph,set,math,network
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: C
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2 :: Only
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Mathematics
