Metadata-Version: 1.0
Name: PyMetis
Version: 2011.1.1
Summary: A Graph Partitioning Package
Home-page: http://mathema.tician.de/software/pymetis
Author: Andreas Kloeckner
Author-email: inform@tiker.net
License: wrapper: MIT/code: Free for research and non-commercial use
Description: 
                  PyMetis is a Python wrapper for the
                  `Metis <http://glaros.dtc.umn.edu/gkhome/views/metis>`_ graph
                  partititioning software by George Karypis, Vipin Kumar and others. It
                  includes version 5.0pre2 of Metis and wraps it using the 
                  `Boost Python <http://www.boost.org/libs/python/doc/>`_ wrapper generator
                  library. So far, it only wraps the most basic graph partitioning
                  functionality (which is enough for my current use), but extending it
                  in case you need more should be quite straightforward. Using PyMetis
                  to partition your meshes is really easy--essentially all you need to
                  pass into PyMetis is an adjacency list for the graph and the number
                  of parts you would like.
                  
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Other Audience
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: License :: Free for non-commercial use
Classifier: Natural Language :: English
Classifier: Programming Language :: C
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python
Classifier: Topic :: Multimedia :: Graphics :: 3D Modeling
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development :: Libraries
