Metadata-Version: 1.1
Name: pyMosaic
Version: 0.2.0
Summary: MOlecular SimulAtion Interchange Conventions
Home-page: http://github.com/mosaic-data-model/mosaic-python
Author: Konrad Hinsen
Author-email: research@khinsen.fastmail.net
License: BSD
Description: Mosaic is a modular data model for molecular simulation applications.
        
        The Mosaic Python library provides an in-memory representation of
        Mosaic data items plus input/output in HDF5 and XML formats. A
        command-line tool provides conversion between the HDF5 and XML
        representations as well as data import from the Protein Data Bank
        (PDB).
        
        For the definition of the Mosaic data model, and a description
        of the Python API, see the documentation in the directory 'doc'.
        
        The Mosaic Python library requires Python 2.7 or Python 3.2 or 3.3
        plus the following libraries:
        
          - NumPy 1.6 or later (http://numpy.scipy.org/)
          - HDF5 1.8.7 or later (http://www.hdfgroup.org/HDF5/)
          - h5py 2.1 or later (http://www.h5py.org/)
          - ImmutablePy 0.1 (http://bitbucket.org/khinsen/immutablepy/)
        
        Runnning the tests:
        
           python setup.py test
        
        Installation:
        
           python setup.py install
        
        
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Scientific/Engineering
Requires: numpy (>=1.6)
Requires: h5py (>=2.1)
Requires: ImmutablePy (>=0.1)
Provides: pyMosaic
