Metadata-Version: 2.0
Name: h5cube
Version: 0.3
Summary: Gaussian CUBE File Compression Utility
Home-page: https://www.github.com/bskinn/h5cube
Author: Brian Skinn
Author-email: bskinn@alum.mit.edu
License: MIT License
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: System :: Archiving :: Compression
Classifier: Topic :: Utilities
Classifier: Development Status :: 4 - Beta
Requires: h5py (>=2.4)
Requires: numpy (>=1.8)
Provides: h5cube

Gaussian CUBE Compression via h5py
==================================

Compression/decompression command-line tool and Python package for
Gaussian CUBE files, exploiting the capabilities of the
`HDF5 <http://www.h5py.org/>`__ binary format via ``h5py``.

Branches named with the prefix ``v.`` are volatile. The history
there may be rewritten dramatically, without warning.

Available on `PyPI <https://pypi.python.org/pypi/h5cube>`__
(``pip install h5cube``).

Source on `GitHub <https://github.com/bskinn/h5cube>`__
(`v0.3 CHANGELOG <https://github.com/bskinn/h5cube/blob/v0.3/CHANGELOG.txt>`__).

Documentation at Read the Docs:

.. image:: https://readthedocs.org/projects/h5cube/badge/?version=latest
    :target: http://h5cube.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status




