Metadata-Version: 2.0
Name: mrcfile
Version: 0.0.0
Summary: MRC file I/O library
Home-page: https://github.com/ccpem/mrcfile
Author: Colin Palmer
Author-email: colin.palmer@stfc.ac.uk
License: BSD
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: numpy (>=1.11.0)

mrcfile
-------

A pure Python implementation of the `MRC2014 file format`__, which exposes the
file's header and data as numpy arrays.

.. _MRC2014: http://www.ccpem.ac.uk/mrc_format/mrc2014.php

__ MRC2014_


