Skip to main content

Contains several functions used to facilitate loading data from and saving data to HDF5 files. These functions are wrappers that call functions from the library ``h5py``.

Project description

H5py Wrappers (H5pyWrappers)

Test library Code Coverage Documentation PyPi Version Conda-Forge Version License

h5pywrappers is a simple Python library that contains several functions used to facilitate loading data from and saving data to HDF5 files. These functions are wrappers that call functions from the h5py library.

Visit the h5pywrappers website for a web version of the installation instructions, the reference guide, and the examples archive.

The source code can be found in the h5pywrappers GitHub repository.

Table of contents

Instructions for installing and uninstalling h5pywrappers

Installing h5pywrappers

For all installation scenarios, first open up the appropriate command line interface. On Unix-based systems, you could open e.g. a terminal. On Windows systems you could open e.g. an Anaconda Prompt as an administrator.

Installing h5pywrappers using pip

Before installing h5pywrappers, make sure that you have activated the (virtual) environment in which you intend to install said package. After which, simply run the following command:

pip install h5pywrappers

The above command will install the latest stable version of h5pywrappers.

To install the latest development version from the main branch of the h5pywrappers GitHub repository, one must first clone the repository by running the following command:

git clone https://github.com/mrfitzpa/h5pywrappers.git

Next, change into the root of the cloned repository, and then run the following command:

pip install .

Note that you must include the period as well. The above command executes a standard installation of h5pywrappers.

Optionally, for additional features in h5pywrappers, one can install additional dependencies upon installing h5pywrappers. To install a subset of additional dependencies (along with the standard installation), run the following command from the root of the repository:

pip install .[<selector>]

where <selector> can be one of the following:

  • tests: to install the dependencies necessary for running unit tests;
  • examples: to install the dependencies necessary for executing files stored in <root>/examples, where <root> is the root of the repository;
  • docs: to install the dependencies necessary for documentation generation;
  • all: to install all of the above optional dependencies.

Alternatively, one can run:

pip install h5pywrappers[<selector>]

elsewhere in order to install the latest stable version of h5pywrappers, along with the subset of additional dependencies specified by <selector>.

Installing h5pywrappers using conda

To install h5pywrappers using the conda package manager, run the following command:

conda install -c conda-forge h5pywrappers

The above command will install the latest stable version of h5pywrappers.

Uninstalling h5pywrappers

If h5pywrappers was installed using pip, then to uninstall, run the following command:

pip uninstall h5pywrappers

If h5pywrappers was installed using conda, then to uninstall, run the following command:

conda remove h5pywrappers

Learning how to use h5pywrappers

For those new to the h5pywrappers library, it is recommended that they take a look at the Examples page, which contain code examples that show how one can use the h5pywrappers library. While going through the examples, readers can consult the h5pywrappers reference guide to understand what each line of code is doing.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

h5pywrappers-0.0.5.tar.gz (50.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

h5pywrappers-0.0.5-py3-none-any.whl (39.7 kB view details)

Uploaded Python 3

File details

Details for the file h5pywrappers-0.0.5.tar.gz.

File metadata

  • Download URL: h5pywrappers-0.0.5.tar.gz
  • Upload date:
  • Size: 50.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for h5pywrappers-0.0.5.tar.gz
Algorithm Hash digest
SHA256 80f0a98f55938d6d91360813862362b453498acd8ef7ee266eac23c5e6aaeb94
MD5 76d12cb32dda034b2cd0550cafa525c0
BLAKE2b-256 a2d61e68b017b5425be68942c54c5b0840b382978b9643c45b9d1ea3be216896

See more details on using hashes here.

Provenance

The following attestation bundles were made for h5pywrappers-0.0.5.tar.gz:

Publisher: publish_release_to_pypi.yml on mrfitzpa/h5pywrappers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file h5pywrappers-0.0.5-py3-none-any.whl.

File metadata

  • Download URL: h5pywrappers-0.0.5-py3-none-any.whl
  • Upload date:
  • Size: 39.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for h5pywrappers-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 5fc1e02f49a32b60051c50754cd2edd53ae1c67792ab5159ba9738ae053de53e
MD5 ed17344c1233f395f139f88bd2a28bee
BLAKE2b-256 9b7153e7ca1c307be3f169fadc954efeba0fb541669cfd3afecdf92ab2bdd7ed

See more details on using hashes here.

Provenance

The following attestation bundles were made for h5pywrappers-0.0.5-py3-none-any.whl:

Publisher: publish_release_to_pypi.yml on mrfitzpa/h5pywrappers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page