Metadata-Version: 1.1
Name: metis
Version: 0.2a5
Summary: METIS wrapper using ctypes
Home-page: https://github.com/kw/metis-python
Author: Ken Watford
Author-email: kwatford@gmail.com
License: MIT
Description: 
        METIS for Python
        ================
        
        Wrapper for the METIS library for partitioning graphs (and other stuff).
        
        This library is unrelated to PyMetis, except that they wrap the same library.
        PyMetis is a Boost Python extension, while this library is pure python and will
        run under PyPy and interpreters with similarly compatible ctypes libraries.
        
        NetworkX_ is recommended for representing graphs for use with this wrapper,
        but it isn't required. Simple adjacency lists are supported as well.
        
        .. _NetworkX: http://networkx.lanl.gov/
        
        Please see the full documentation_ for examples or the GitHub repository_ for bug reports
        
        .. _documentation: http://metis.readthedocs.org
        .. _repository: https://github.com/kw/metis-python
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: PyPy
