Skip to main content

C-extension module for efficient writing of fixed width text

Project description

PyAnsys Python PyPI GH-CI MIT Black

Hollerith is a small python library that supports fixed-width formatting of some value types and tables. It is named after Herman Hollerith, the inventor of punch cards.

Install the package

Install in user mode

Before installing hollerith in user mode, make sure you have the latest version of pip with:

python -m pip install -U pip

Then, install hollerith with:

pip install hollerith

Install in developer mode

Installing hollerith in developer mode allows you to modify the source and enhance it.

To install hollerith in developer mode, perform these steps:

git clone https://github.com/ansys/hollerith
cd hollerith
pip install .

Install in offline mode

If you lack an internet connection on your installation machine, you should install hollerith by downloading the wheelhouse archive from the Releases Page for your corresponding machine architecture.

Each wheelhouse archive contains all the Python wheels necessary to install hollerith from scratch on Windows, Linux, and MacOS from Python 3.8 to 3.11.

Documentation

In addition to installation information, the hollerith documentation provides information on API reference.

Usage

Example:

>>> import io
>>> import hollerith as holler
>>> s = io.StringIO()
>>> holler.write_float(s, 1.2099, 10)
>>> holler.write_int(s, 2803, 10)
>>> holler.write_float(s, float("nan"), 10)
>>> holler.write_int(s, 0, 10)
>>> s.getvalue()
'    1.2099      2803                   0'

License

hollerith is licensed under the MIT license. The full license can be found in the root directory of the repository, see License.

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

hollerith-0.7.1.tar.gz (106.3 kB view details)

Uploaded Source

Built Distributions

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

hollerith-0.7.1-cp314-cp314-win_amd64.whl (48.9 kB view details)

Uploaded CPython 3.14Windows x86-64

hollerith-0.7.1-cp314-cp314-win32.whl (43.4 kB view details)

Uploaded CPython 3.14Windows x86

hollerith-0.7.1-cp314-cp314-musllinux_1_2_x86_64.whl (269.6 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

hollerith-0.7.1-cp314-cp314-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl (269.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

hollerith-0.7.1-cp314-cp314-macosx_11_0_arm64.whl (47.2 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

hollerith-0.7.1-cp313-cp313-win_amd64.whl (47.3 kB view details)

Uploaded CPython 3.13Windows x86-64

hollerith-0.7.1-cp313-cp313-win32.whl (42.1 kB view details)

Uploaded CPython 3.13Windows x86

hollerith-0.7.1-cp313-cp313-musllinux_1_2_x86_64.whl (271.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

hollerith-0.7.1-cp313-cp313-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl (271.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

hollerith-0.7.1-cp313-cp313-macosx_11_0_arm64.whl (46.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

hollerith-0.7.1-cp312-cp312-win_amd64.whl (47.4 kB view details)

Uploaded CPython 3.12Windows x86-64

hollerith-0.7.1-cp312-cp312-win32.whl (42.1 kB view details)

Uploaded CPython 3.12Windows x86

hollerith-0.7.1-cp312-cp312-musllinux_1_2_x86_64.whl (284.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

hollerith-0.7.1-cp312-cp312-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl (281.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

hollerith-0.7.1-cp312-cp312-macosx_11_0_arm64.whl (47.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

hollerith-0.7.1-cp311-cp311-win_amd64.whl (47.4 kB view details)

Uploaded CPython 3.11Windows x86-64

hollerith-0.7.1-cp311-cp311-win32.whl (42.2 kB view details)

Uploaded CPython 3.11Windows x86

hollerith-0.7.1-cp311-cp311-musllinux_1_2_x86_64.whl (266.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

hollerith-0.7.1-cp311-cp311-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl (259.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

hollerith-0.7.1-cp311-cp311-macosx_11_0_arm64.whl (47.3 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

hollerith-0.7.1-cp310-cp310-win_amd64.whl (47.5 kB view details)

Uploaded CPython 3.10Windows x86-64

hollerith-0.7.1-cp310-cp310-win32.whl (42.3 kB view details)

Uploaded CPython 3.10Windows x86

hollerith-0.7.1-cp310-cp310-musllinux_1_2_x86_64.whl (251.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

hollerith-0.7.1-cp310-cp310-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl (245.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

hollerith-0.7.1-cp310-cp310-macosx_11_0_arm64.whl (47.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

Details for the file hollerith-0.7.1.tar.gz.

File metadata

  • Download URL: hollerith-0.7.1.tar.gz
  • Upload date:
  • Size: 106.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for hollerith-0.7.1.tar.gz
Algorithm Hash digest
SHA256 276134787d45d744b3b08c3928cd0d34e20b3fa306717b9a6aecf91385d93642
MD5 6d5bd56de13d101c840bf6789aaad80c
BLAKE2b-256 c929061a35df2fce620e3e5adb0c2de4c268b5cd2f854c502084bbf3f44edeb5

See more details on using hashes here.

Provenance

The following attestation bundles were made for hollerith-0.7.1.tar.gz:

Publisher: ci_cd.yml on ansys/hollerith

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

File details

Details for the file hollerith-0.7.1-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: hollerith-0.7.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 48.9 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for hollerith-0.7.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 25e3a97be5fdbd6ddb91248f5fec3a165946de1c906ab0e957193498e3eebc13
MD5 56f56a959986ff0639c251739e4d4831
BLAKE2b-256 679c69ee9370fef1eb324a0167869a580995fb0c0d82880543f84c86ecbd511c

See more details on using hashes here.

Provenance

The following attestation bundles were made for hollerith-0.7.1-cp314-cp314-win_amd64.whl:

Publisher: ci_cd.yml on ansys/hollerith

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

File details

Details for the file hollerith-0.7.1-cp314-cp314-win32.whl.

File metadata

  • Download URL: hollerith-0.7.1-cp314-cp314-win32.whl
  • Upload date:
  • Size: 43.4 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for hollerith-0.7.1-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 33fae8e5e90f73e4587960286f7fce8f0f109daae5c7d0af6980b6b8726bd118
MD5 ce1c3d1fd473716cfd71f59afa3b3c3e
BLAKE2b-256 3603654cb6268b793f1644edccf118fbd45b07cee1445ff914256710db6fe048

See more details on using hashes here.

Provenance

The following attestation bundles were made for hollerith-0.7.1-cp314-cp314-win32.whl:

Publisher: ci_cd.yml on ansys/hollerith

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

File details

Details for the file hollerith-0.7.1-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for hollerith-0.7.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 eb42d716064a2032bc56a02361d72646d23f8c2c78b0cd066618202ef27576a3
MD5 0ce0fe15d3373dda59f74ac73dc91fc1
BLAKE2b-256 96fb4f71f47f202ac163d658741b92b92ec2939e562b0deaf9477844bd0981c7

See more details on using hashes here.

Provenance

The following attestation bundles were made for hollerith-0.7.1-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: ci_cd.yml on ansys/hollerith

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

File details

Details for the file hollerith-0.7.1-cp314-cp314-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for hollerith-0.7.1-cp314-cp314-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 19de3a6265cfa6f676004cf37e948fba57bbfd643d035c62a4661a4a1dff1199
MD5 6b11905a7e828abd5b43249d1410a2d7
BLAKE2b-256 2da3df933ce65c35ba8df9215214711fe5f0e2392065e5685dbaf8af39d6b486

See more details on using hashes here.

Provenance

The following attestation bundles were made for hollerith-0.7.1-cp314-cp314-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl:

Publisher: ci_cd.yml on ansys/hollerith

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

File details

Details for the file hollerith-0.7.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hollerith-0.7.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c400eaeec656bfc66024c40e68df14c15329bc53fbbf930064a39ba7ffca1da4
MD5 a558c1f4f28278ad9b38f9afb17a1fef
BLAKE2b-256 72487b11a261bc225ec92981a0606ff97a51980db9a454cdf27a51df3f39709c

See more details on using hashes here.

Provenance

The following attestation bundles were made for hollerith-0.7.1-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: ci_cd.yml on ansys/hollerith

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

File details

Details for the file hollerith-0.7.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: hollerith-0.7.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 47.3 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for hollerith-0.7.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 aaece8d2496d6adc53892dc81e5e1060bb4be3b7657f4cbadd089e1a12b13f67
MD5 cc584e2e984f56fbf8b46aa553550e2b
BLAKE2b-256 d3f5608ea0efd9d30f8fc978abfeb37df82e086925a96874f5f743f028318d9b

See more details on using hashes here.

Provenance

The following attestation bundles were made for hollerith-0.7.1-cp313-cp313-win_amd64.whl:

Publisher: ci_cd.yml on ansys/hollerith

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

File details

Details for the file hollerith-0.7.1-cp313-cp313-win32.whl.

File metadata

  • Download URL: hollerith-0.7.1-cp313-cp313-win32.whl
  • Upload date:
  • Size: 42.1 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for hollerith-0.7.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 297bb13ba9cb6b588ad6007b5c754c1dadb9bc1175a26793312546ec26ffd6fb
MD5 ae3cd2dc68497d5d0d2e3e69e26abd5f
BLAKE2b-256 c0ffd5d4bebd66b42cf9ec1b1b15cbcf183d19752f423d8fdfd34e00972a54f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for hollerith-0.7.1-cp313-cp313-win32.whl:

Publisher: ci_cd.yml on ansys/hollerith

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

File details

Details for the file hollerith-0.7.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for hollerith-0.7.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0ec1eb149eb2fac77b7c31e47d0ae3a078fd37234b3bc66f4b0e7a5c1f78e2da
MD5 7406e2ca0aad9b776eb600f8759a7913
BLAKE2b-256 79bb317eb77823d0853e5652fc42dcb0e28bc08552115d2f6bae71420644fa74

See more details on using hashes here.

Provenance

The following attestation bundles were made for hollerith-0.7.1-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: ci_cd.yml on ansys/hollerith

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

File details

Details for the file hollerith-0.7.1-cp313-cp313-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for hollerith-0.7.1-cp313-cp313-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 afe5ea1da3ee75f936a6fa075b7e73927d3579d4fcad81c239ffe20ad2d8abfa
MD5 ed211eec448f4d88af7f5b056c29b43c
BLAKE2b-256 e16d1a25d87ed541e5aebc9d2e46057d8908c5d630bc126ddfde04eef24d7e21

See more details on using hashes here.

Provenance

The following attestation bundles were made for hollerith-0.7.1-cp313-cp313-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl:

Publisher: ci_cd.yml on ansys/hollerith

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

File details

Details for the file hollerith-0.7.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hollerith-0.7.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3ca7a67953be749945e840f1d7f63efd890c942a983df79342a59d4dacb98776
MD5 2e8d7004195c56ac14f92da80c39846f
BLAKE2b-256 facdc7700cf2e6c0260322481b2d63bc5bf713b596917dcc8eb74d0df07eddc7

See more details on using hashes here.

Provenance

The following attestation bundles were made for hollerith-0.7.1-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: ci_cd.yml on ansys/hollerith

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

File details

Details for the file hollerith-0.7.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: hollerith-0.7.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 47.4 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for hollerith-0.7.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 3677c92c601f081d74a133b86af49d5d52c5cbf219b5679372091f2b45bd4cb6
MD5 b798843bd9acb2a7cf272e506b728faf
BLAKE2b-256 648df582eb064882afb90f4da47e0afb9542fa35cdcaa9795786d2605596a6de

See more details on using hashes here.

Provenance

The following attestation bundles were made for hollerith-0.7.1-cp312-cp312-win_amd64.whl:

Publisher: ci_cd.yml on ansys/hollerith

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

File details

Details for the file hollerith-0.7.1-cp312-cp312-win32.whl.

File metadata

  • Download URL: hollerith-0.7.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 42.1 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for hollerith-0.7.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 3b32502c92ab6098a7abf7c8125603f4c1cbdd82ebc9d43d419258f4c2ce5543
MD5 32599aab82e166e31cb0a9568afb3ff5
BLAKE2b-256 33934d0951b89247156757ccc1762be8dc6d54d9f63eecd8be8161c4178cfecf

See more details on using hashes here.

Provenance

The following attestation bundles were made for hollerith-0.7.1-cp312-cp312-win32.whl:

Publisher: ci_cd.yml on ansys/hollerith

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

File details

Details for the file hollerith-0.7.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for hollerith-0.7.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9972640908be67b8aee95bfd67e758ace229dd4c7f56de5af7f2147bf0602afd
MD5 eb3c1b37726731eef4f32e347f277337
BLAKE2b-256 1b72149ba2166ac6b5adcecf3f011f170ac6fea43139be74ba45dda72c8dd649

See more details on using hashes here.

Provenance

The following attestation bundles were made for hollerith-0.7.1-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: ci_cd.yml on ansys/hollerith

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

File details

Details for the file hollerith-0.7.1-cp312-cp312-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for hollerith-0.7.1-cp312-cp312-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 5a164a67e5f5c091427730a9388dc5bd38897a8f03107f6aa4792bb38bd36e11
MD5 8a68be1b369ea182dfd92d0b3f3a5d84
BLAKE2b-256 c44950f5b638c1840e824e538740f6ce96ad9b1edd893ac42f582e725189dcdf

See more details on using hashes here.

Provenance

The following attestation bundles were made for hollerith-0.7.1-cp312-cp312-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl:

Publisher: ci_cd.yml on ansys/hollerith

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

File details

Details for the file hollerith-0.7.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hollerith-0.7.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bc52c568f5aa055af48657c294acc21ee2f9c295b6214a4a3a3a99583e917350
MD5 436b59c360b5e40abb0c314c47b95c15
BLAKE2b-256 20503d7cfe7c44c332a28cef2e4451891ff67e55fa9e85410757c083ed207c69

See more details on using hashes here.

Provenance

The following attestation bundles were made for hollerith-0.7.1-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: ci_cd.yml on ansys/hollerith

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

File details

Details for the file hollerith-0.7.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: hollerith-0.7.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 47.4 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for hollerith-0.7.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 fc12b81c0bfbcbd4aa12befb75183c42ee310ee92623d9d3d53687ace3ae2143
MD5 c30ca4c23d185ecc5bf212401de36a8b
BLAKE2b-256 a505a9692b14713f574b1913948d52521ead5e4299411290cc58bdf975890026

See more details on using hashes here.

Provenance

The following attestation bundles were made for hollerith-0.7.1-cp311-cp311-win_amd64.whl:

Publisher: ci_cd.yml on ansys/hollerith

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

File details

Details for the file hollerith-0.7.1-cp311-cp311-win32.whl.

File metadata

  • Download URL: hollerith-0.7.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 42.2 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for hollerith-0.7.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 edd3090b70ba73c49e1839afe7278d510702cda462134292db5fd2929421c2a3
MD5 79d6ca1691b67992c7a8096bfa1048f6
BLAKE2b-256 eec33cf9ec1e8a5ba648e6d024b5771ac405e679859817ec2efed19c5f7b6da6

See more details on using hashes here.

Provenance

The following attestation bundles were made for hollerith-0.7.1-cp311-cp311-win32.whl:

Publisher: ci_cd.yml on ansys/hollerith

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

File details

Details for the file hollerith-0.7.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for hollerith-0.7.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b55f3b26ecaa8d92cca5f3c25c064bceae37b1ddb5a1b9e77248490d5f192f94
MD5 45af2d01d996f1d982cab3fc32a254fd
BLAKE2b-256 d74b45608a90a619f78e137c00653da163eab6ab3266ede0e14170dc02a4d4b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for hollerith-0.7.1-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: ci_cd.yml on ansys/hollerith

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

File details

Details for the file hollerith-0.7.1-cp311-cp311-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for hollerith-0.7.1-cp311-cp311-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 7456058b5d1682913df48947315e5af7f791361a3cfc9ba7eac9f23fef398724
MD5 e15a8e82fdc884f4790be2a153f77bb7
BLAKE2b-256 6a8d9048919fa5b0166d1bee62287747d8a6e52ed2fae93f1b334a7aa3802c07

See more details on using hashes here.

Provenance

The following attestation bundles were made for hollerith-0.7.1-cp311-cp311-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl:

Publisher: ci_cd.yml on ansys/hollerith

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

File details

Details for the file hollerith-0.7.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hollerith-0.7.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c5fe3da333ad8104dcd8d31af95d1e61be90033252258092831760f0697b4313
MD5 94a4291ec0058ba5a849e22c0632e0a9
BLAKE2b-256 aa67b8da54cdf6d2b0f8c9696561c81976f17c010b29c5d1f5962ea8ee5331a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for hollerith-0.7.1-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: ci_cd.yml on ansys/hollerith

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

File details

Details for the file hollerith-0.7.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: hollerith-0.7.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 47.5 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for hollerith-0.7.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0710fb24eeaa2638353c4e0d0fd88376f6ca6d00c8ed0ed4ab54f9f1f1ae0467
MD5 400585d0662c0feaa6bd312b5b0ff399
BLAKE2b-256 ff544c5cf6d6287c4076737be9aba4294240998892a55d99933fa126db829f24

See more details on using hashes here.

Provenance

The following attestation bundles were made for hollerith-0.7.1-cp310-cp310-win_amd64.whl:

Publisher: ci_cd.yml on ansys/hollerith

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

File details

Details for the file hollerith-0.7.1-cp310-cp310-win32.whl.

File metadata

  • Download URL: hollerith-0.7.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 42.3 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for hollerith-0.7.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 02fac6a840131e0328d2bf9206690ad1c142e88f78b1e53a5048dc23624823ee
MD5 717343ff6b7204ebaf1e143b12eb9275
BLAKE2b-256 c010cc6c4f4f737c04c2358ab962f4f7a27ed63d41bb66b4a51d75a4ae4b2307

See more details on using hashes here.

Provenance

The following attestation bundles were made for hollerith-0.7.1-cp310-cp310-win32.whl:

Publisher: ci_cd.yml on ansys/hollerith

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

File details

Details for the file hollerith-0.7.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for hollerith-0.7.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8be42dc52593f9c3ae8d0d1c4c582d888d62917a32e926ed2d80e66721d28330
MD5 b7a100cc128d722b69f9beef4ef1ce66
BLAKE2b-256 84d386a5028e4b816f827c35216db709eea8eb47d9f0ae4560b67198f013e8f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for hollerith-0.7.1-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: ci_cd.yml on ansys/hollerith

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

File details

Details for the file hollerith-0.7.1-cp310-cp310-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for hollerith-0.7.1-cp310-cp310-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 7666addee55bdf926c61602b004e336b764dd05bb2406daf8abfbed82025e0f0
MD5 31e910a673b0b6142ddee99335fffd5d
BLAKE2b-256 032da7e0c65a92c6a63cc5bbcc262ad67584f4b70cc4069b61328cfe5df02b06

See more details on using hashes here.

Provenance

The following attestation bundles were made for hollerith-0.7.1-cp310-cp310-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl:

Publisher: ci_cd.yml on ansys/hollerith

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

File details

Details for the file hollerith-0.7.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hollerith-0.7.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ee53b967794065d484b695e6144242eafc9ec927b45ff440f330b1db91fdf1dc
MD5 dbb92630402584695f91fd62d65afbf1
BLAKE2b-256 d8f42486318d17e7171d8e07a8cf12162848e666beb9b3312a899b353f8048b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for hollerith-0.7.1-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: ci_cd.yml on ansys/hollerith

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