hdf5plugin


Namehdf5plugin JSON
Version 5.0.0 PyPI version JSON
download
home_pageNone
SummaryHDF5 Plugins for Windows, MacOS, and Linux
upload_time2024-08-30 09:07:43
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseThe hdf5plugin code itself is licensed under the MIT license (See below). The HDF5 filter plugins bundled in hdf5plugin have different copyright and licenses: See doc/information.rst hdf5plugin copyright and license: Copyright (c) European Synchrotron Radiation Facility (ESRF) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            hdf5plugin
==========

.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.7257761.svg
   :target: https://doi.org/10.5281/zenodo.7257761

*hdf5plugin* provides `HDF5 compression filters <https://github.com/HDFGroup/hdf5_plugins/blob/master/docs/RegisteredFilterPlugins.md#list-of-filters-registered-with-the-hdf-group>`_ (namely: Blosc, Blosc2, BitShuffle, BZip2, FciDecomp, LZ4, Sperr, SZ, SZ3, Zfp, ZStd) and makes them usable from `h5py <https://www.h5py.org>`_.

See `documentation <http://www.silx.org/doc/hdf5plugin/latest/>`_.

Installation
------------

To install, run::

     pip install hdf5plugin [--user]
     
or, with conda (https://anaconda.org/conda-forge/hdf5plugin)::

    conda install -c conda-forge hdf5plugin

To install from source and recompile the HDF5 plugins, run::

     pip install hdf5plugin --no-binary hdf5plugin [--user]

Installing from source can achieve better performances by enabling AVX2 and OpenMP if available.

For more details, see the `installation documentation <http://www.silx.org/doc/hdf5plugin/latest/install.html>`_.

How-to use
----------

To use it, just use ``import hdf5plugin`` and supported compression filters are available from `h5py <https://www.h5py.org>`_.

For details, see `Usage documentation <http://www.silx.org/doc/hdf5plugin/latest/usage.html>`_.

License
-------

The source code of *hdf5plugin* itself is licensed under the `MIT license <LICENSE>`_.

Embedded HDF5 compression filters are licensed under different open-source licenses:
see the `license documentation <http://www.silx.org/doc/hdf5plugin/latest/information.html#license>`_.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "hdf5plugin",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "ESRF <silx@esrf.fr>",
    "download_url": "https://files.pythonhosted.org/packages/c3/92/7673ae99a7474a3f51d43966f464f50dadc7af81967c62db69f4bb77ac7b/hdf5plugin-5.0.0.tar.gz",
    "platform": null,
    "description": "hdf5plugin\n==========\n\n.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.7257761.svg\n   :target: https://doi.org/10.5281/zenodo.7257761\n\n*hdf5plugin* provides `HDF5 compression filters <https://github.com/HDFGroup/hdf5_plugins/blob/master/docs/RegisteredFilterPlugins.md#list-of-filters-registered-with-the-hdf-group>`_ (namely: Blosc, Blosc2, BitShuffle, BZip2, FciDecomp, LZ4, Sperr, SZ, SZ3, Zfp, ZStd) and makes them usable from `h5py <https://www.h5py.org>`_.\n\nSee `documentation <http://www.silx.org/doc/hdf5plugin/latest/>`_.\n\nInstallation\n------------\n\nTo install, run::\n\n     pip install hdf5plugin [--user]\n     \nor, with conda (https://anaconda.org/conda-forge/hdf5plugin)::\n\n    conda install -c conda-forge hdf5plugin\n\nTo install from source and recompile the HDF5 plugins, run::\n\n     pip install hdf5plugin --no-binary hdf5plugin [--user]\n\nInstalling from source can achieve better performances by enabling AVX2 and OpenMP if available.\n\nFor more details, see the `installation documentation <http://www.silx.org/doc/hdf5plugin/latest/install.html>`_.\n\nHow-to use\n----------\n\nTo use it, just use ``import hdf5plugin`` and supported compression filters are available from `h5py <https://www.h5py.org>`_.\n\nFor details, see `Usage documentation <http://www.silx.org/doc/hdf5plugin/latest/usage.html>`_.\n\nLicense\n-------\n\nThe source code of *hdf5plugin* itself is licensed under the `MIT license <LICENSE>`_.\n\nEmbedded HDF5 compression filters are licensed under different open-source licenses:\nsee the `license documentation <http://www.silx.org/doc/hdf5plugin/latest/information.html#license>`_.\n",
    "bugtrack_url": null,
    "license": "The hdf5plugin code itself is licensed under the MIT license (See below).  The HDF5 filter plugins bundled in hdf5plugin have different copyright and licenses: See doc/information.rst   hdf5plugin copyright and license:  Copyright (c) European Synchrotron Radiation Facility (ESRF)  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.   ",
    "summary": "HDF5 Plugins for Windows, MacOS, and Linux",
    "version": "5.0.0",
    "project_urls": {
        "Documentation": "http://www.silx.org/doc/hdf5plugin/latest/",
        "Homepage": "https://github.com/silx-kit/hdf5plugin",
        "Repository": "https://github.com/silx-kit/hdf5plugin"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f9be904c2d442d01699c64e02ebf92d2a3f6a4113f894167e451ebcf955ff62d",
                "md5": "78f474e286021aea55ac0d6a79dacf92",
                "sha256": "8f696fcfd8c05b574e98180580e6d28428582cb9c7dd62b17c41ce3bdd5c5994"
            },
            "downloads": -1,
            "filename": "hdf5plugin-5.0.0-py3-none-macosx_10_13_universal2.whl",
            "has_sig": false,
            "md5_digest": "78f474e286021aea55ac0d6a79dacf92",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 13982587,
            "upload_time": "2024-08-30T09:07:25",
            "upload_time_iso_8601": "2024-08-30T09:07:25.799957Z",
            "url": "https://files.pythonhosted.org/packages/f9/be/904c2d442d01699c64e02ebf92d2a3f6a4113f894167e451ebcf955ff62d/hdf5plugin-5.0.0-py3-none-macosx_10_13_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "41d5824f11df273fb66c47c6d92337e0928399f333993f3c06f05ac49ad52b47",
                "md5": "9fa50e6e385fcc3190059d986b1cc019",
                "sha256": "6793420f5c0bc753e925ef47fac74e491f8aaf27bfa6c61fce5fccaf4cd8e767"
            },
            "downloads": -1,
            "filename": "hdf5plugin-5.0.0-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "9fa50e6e385fcc3190059d986b1cc019",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 43721495,
            "upload_time": "2024-08-30T09:07:28",
            "upload_time_iso_8601": "2024-08-30T09:07:28.313573Z",
            "url": "https://files.pythonhosted.org/packages/41/d5/824f11df273fb66c47c6d92337e0928399f333993f3c06f05ac49ad52b47/hdf5plugin-5.0.0-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e00452435420a65fadcf1c092b6a1bc771a6f588d0894287f0de5779ad3efa35",
                "md5": "cfe67118eeee1a1fe0a8e9ca5c7d9054",
                "sha256": "e4b34b4e1d71ed47fdd080fce30d9fa9b043c9263385584e8006903c0c10eae1"
            },
            "downloads": -1,
            "filename": "hdf5plugin-5.0.0-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "cfe67118eeee1a1fe0a8e9ca5c7d9054",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 45723507,
            "upload_time": "2024-08-30T09:07:31",
            "upload_time_iso_8601": "2024-08-30T09:07:31.605031Z",
            "url": "https://files.pythonhosted.org/packages/e0/04/52435420a65fadcf1c092b6a1bc771a6f588d0894287f0de5779ad3efa35/hdf5plugin-5.0.0-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b5472d8ce71c3a4fb247f23e577d00c95f34727e1c12d7cb629e65e490bcc7ca",
                "md5": "dd37190fa5f7dabc764f89569e742c46",
                "sha256": "bd5f3e9cb4448841d07dd9d9258132b7eb900b38f8c49e899efe4050834757e6"
            },
            "downloads": -1,
            "filename": "hdf5plugin-5.0.0-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "dd37190fa5f7dabc764f89569e742c46",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 45557544,
            "upload_time": "2024-08-30T09:07:37",
            "upload_time_iso_8601": "2024-08-30T09:07:37.638429Z",
            "url": "https://files.pythonhosted.org/packages/b5/47/2d8ce71c3a4fb247f23e577d00c95f34727e1c12d7cb629e65e490bcc7ca/hdf5plugin-5.0.0-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b32030ed8503c741ac0eee7f937c29f7880b1e1ed665dffd4e5a2ff4640bdf10",
                "md5": "6f994e43315515830dda2e0031f9a3b9",
                "sha256": "9bded0f5536471ace7855bd881762de1125586af1162001c39b8e899b89c47e2"
            },
            "downloads": -1,
            "filename": "hdf5plugin-5.0.0-py3-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "6f994e43315515830dda2e0031f9a3b9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 3350391,
            "upload_time": "2024-08-30T09:07:40",
            "upload_time_iso_8601": "2024-08-30T09:07:40.724943Z",
            "url": "https://files.pythonhosted.org/packages/b3/20/30ed8503c741ac0eee7f937c29f7880b1e1ed665dffd4e5a2ff4640bdf10/hdf5plugin-5.0.0-py3-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c3927673ae99a7474a3f51d43966f464f50dadc7af81967c62db69f4bb77ac7b",
                "md5": "ec63c951f9305de3ce35e55cd4c0f7cc",
                "sha256": "3bcc5c4f523953fe020a220c7b1b307c62066e39fdbdcd904fa2268db80e9dbb"
            },
            "downloads": -1,
            "filename": "hdf5plugin-5.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ec63c951f9305de3ce35e55cd4c0f7cc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 65554740,
            "upload_time": "2024-08-30T09:07:43",
            "upload_time_iso_8601": "2024-08-30T09:07:43.228899Z",
            "url": "https://files.pythonhosted.org/packages/c3/92/7673ae99a7474a3f51d43966f464f50dadc7af81967c62db69f4bb77ac7b/hdf5plugin-5.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-30 09:07:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "silx-kit",
    "github_project": "hdf5plugin",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "hdf5plugin"
}
        
Elapsed time: 0.97700s