Metadata-Version: 1.1
Name: plumed
Version: 0.3
Summary: Python interface to PLUMED
Home-page: http://www.plumed.org
Author: Gareth A. Tribello
Author-email: plumed-users@googlegroups.com
License: UNKNOWN
Description: Python wrappers for plumed
        ==========================
        
        Install using the following commands::
        
             # install dependencies
             python -m pip install cython numpy
             # install plumed
             python -m pip install plumed
        
        WARNING: You will need to also build and install the plumed library (see http://www.plumed.org) and set the environment variable
        `PLUMED_KERNEL` to point to the file `libplumedKernel.so` (or `libplumedKernel.dylib`). Something like this should work::
        
             PLUMED_KERNEL=/path/to/libplumedKernel.so
             python
             >>> import plumed
             >>> p=plumed.Plumed()
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
