Metadata-Version: 1.1
Name: GridDataFormats
Version: 0.2.5
Summary: Reading and writing of data on regular grids in Python
Home-page: https://github.com/MDAnalysis/GridDataFormats
Author: Oliver Beckstein
Author-email: orbeckst@gmail.com
License: LGPLv3
Download-URL: https://github.com/MDAnalysis/GridDataFormats/releases
Description: ============================
         README for gridDataFormats
        ============================
        
        The **gridDataFormats** package provides classes to unify reading and
        writing n-dimensional datasets. One can read grid data from files,
        make them available as a `Grid`_ object, and write out the data again.
        
        Availability 
        ------------
        
        The package is licensed under the LGPL, v3 (see files COPYING_ and
        `COPYING.LESSER`_) and is available from
        
        * the Python Package Index under the name `GridDataFormats`_ 
        * the GitHub repository https://github.com/MDAnalysis/GridDataFormats
        
        .. _GridDataFormats:
           https://pypi.python.org/pypi/GridDataFormats
        .. _COPYING: 
           https://raw.githubusercontent.com/MDAnalysis/GridDataFormats/master/COPYING
        .. _`COPYING.LESSER`: 
           https://raw.githubusercontent.com/MDAnalysis/GridDataFormats/master/COPYING.LESSER
        .. _Grid: 
           http://www.mdanalysis.org/GridDataFormats/doc/html/gridData/core.html#gridData.core.Grid
        
        Installation
        ------------
        
        Install with `pip`_::
        
          pip install gridDataFormats
        
        .. _pip: https://pip.pypa.io/
        
        
        Documentation
        -------------
        
        For the release docs see the `GridDataFormats docs`_. (The latest docs
        are also always available at `griddataformats.readthedocs.org`_.)
        
        
        .. _GridDataFormats docs:
           http://mdanalysis.org/GridDataFormats/doc/html/
        .. _`griddataformats.readthedocs.org`: 
           http://griddataformats.readthedocs.org
        
        
        Contributing
        ------------
        
        Please use the `issue tracker`_ for bugs and questions. 
        
        **GridDataFormats** is open source and contributions are
        welcome. Please fork the repository and submit a `pull request`_.
        
        .. _issue tracker: 
           https://github.com/MDAnalysis/GridDataFormats/issues
        .. _pull request:
           https://github.com/MDAnalysis/GridDataFormats/pulls
        
Keywords: science array density
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries :: Python Modules
