Metadata-Version: 1.1
Name: pygamess
Version: 0.1
Summary: GAMESS wrapper for Python
Home-page: https://github.com/kzfm/pygamess
Author: Ohkawa Kazufumi
Author-email: kerolinq@gmail.com
License: MIT
Description: `pygamess` is a GAMESS wrapper for Python
        
        Requirements
        ------------
        * Python 2.6 or later (not support 3.x)
        * openbabel 2.3 
        
        Features
        --------
        * nothing
        
        Setup
        -----
        ::
        
           $ easy_install pygamess
        
        History
        -------
        0.1 (2011-6-25)
        ~~~~~~~~~~~~~~~~~~
        * first release
        
        
Keywords: chemistry
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Requires: openbabel
