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.0.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.0-cp314-cp314-win_amd64.whl (48.9 kB view details)

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

hollerith-0.7.0-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.0-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.0-cp314-cp314-macosx_11_0_arm64.whl (47.2 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

hollerith-0.7.0-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.0-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.0-cp313-cp313-macosx_11_0_arm64.whl (46.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

hollerith-0.7.0-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.0-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.0-cp312-cp312-macosx_11_0_arm64.whl (47.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

hollerith-0.7.0-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.0-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.0-cp311-cp311-macosx_11_0_arm64.whl (47.3 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

hollerith-0.7.0-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.0-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.0-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.0.tar.gz.

File metadata

  • Download URL: hollerith-0.7.0.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.0.tar.gz
Algorithm Hash digest
SHA256 1e64952879640af132c2bc125202527130cb7e0f9501c5d26f09661123573876
MD5 2f72ef94334de794036ee56857762aa7
BLAKE2b-256 4e9977ec012d93e0db03f1d0a3d353dee08008c2601368e0bebaee2b54cc3fdc

See more details on using hashes here.

Provenance

The following attestation bundles were made for hollerith-0.7.0.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.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: hollerith-0.7.0-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.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 5e7b0bef6aa91eedc21697ad938ec18eaeca2f7c0aa088981d2ffb42c70e9479
MD5 c68408c4abaccb4c0123eadd8f471c48
BLAKE2b-256 8a909a74a69105c5b017eb1627571a404400fe6e04a43487bf08651268311815

See more details on using hashes here.

Provenance

The following attestation bundles were made for hollerith-0.7.0-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.0-cp314-cp314-win32.whl.

File metadata

  • Download URL: hollerith-0.7.0-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.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 7a5452b7541be8fd70d65d474e9ad501ea712c17454d228f2a33b2c9d917c3f7
MD5 23943b253709260ad565554b841e4a44
BLAKE2b-256 70c9a4fe2f4159d5b53b047d0d64b216ac09b3efca114feb310cf0acec2034fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for hollerith-0.7.0-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.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for hollerith-0.7.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 72049c6185d3f41724e1aa4b7f75e6e867a43cd0fc93e2e0c5649605416d021c
MD5 e7a804726e145edd0559dcc4040b36de
BLAKE2b-256 c8ee43601915be0b12468e7462eba86a18082c2a8fb7f987677adb88b54eaf38

See more details on using hashes here.

Provenance

The following attestation bundles were made for hollerith-0.7.0-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.0-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.0-cp314-cp314-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 dfbfe4e74f0208aa754d6aa1b78b1da6d534743bd97a40f84a72c5bc9868f43c
MD5 d73538fef95d47af2e6e14555eb35652
BLAKE2b-256 332716614c2605d9933f377fa7bc302d040d44ed9d54396ccce78e5853a16267

See more details on using hashes here.

Provenance

The following attestation bundles were made for hollerith-0.7.0-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.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hollerith-0.7.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c94d59eb9703c646a74a42d753bab3082fa34fd4c7b544208fb679644e053e46
MD5 4a11a6a7df85a278581d8348b4306422
BLAKE2b-256 1f4719e4466ac8020db66e0f844bfad3f6546eb56b1862b3df717d3f122daa17

See more details on using hashes here.

Provenance

The following attestation bundles were made for hollerith-0.7.0-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.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: hollerith-0.7.0-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.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 3edf5820cb1f9b6a23562371b836d6a7cd2f0f9e1191137bec1f153d41469a8c
MD5 fbb2b6830575243af913f4824147a3fa
BLAKE2b-256 a43cb29f686edeff3ff9c9b4dba456d460744d455368e67b26e8ecb4a590e4e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for hollerith-0.7.0-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.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: hollerith-0.7.0-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.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 851c3665f381110826f058688e3563082eb46458e948cc86d871aee668c889b9
MD5 c11be3551aaf61dc0bc0a2909c445d86
BLAKE2b-256 52d806d57d80ebdae4ec88e3b000f24f9627340fc499bfad2222df629c932f71

See more details on using hashes here.

Provenance

The following attestation bundles were made for hollerith-0.7.0-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.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for hollerith-0.7.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4cff5289acdcaa2dece2997d29610e41ad31fc2ef383c4fff5d48ebbfcf135ad
MD5 b4176a2677ac7dab0a74b47891025583
BLAKE2b-256 c27ab6c3829ed84e7a003396ed70d4208f2f4e7cb51e6fa95d16a80ade689d94

See more details on using hashes here.

Provenance

The following attestation bundles were made for hollerith-0.7.0-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.0-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.0-cp313-cp313-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 9747663410d07b6673608a3b9f6162e0af205df190d3e17d2e68c6790e873bd0
MD5 fb6c8ddc2e2b6b1b755e677520a66f7c
BLAKE2b-256 6a56a8f1aa2c12da3787e5f5039c60abb51b98fbbdf82685f4c43b8020a88818

See more details on using hashes here.

Provenance

The following attestation bundles were made for hollerith-0.7.0-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.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hollerith-0.7.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6ad218349eafe2246ca0027540924a5e23a3967240094d6fff613afd0802ee41
MD5 d5178296a02c9ab252bf8b46457577ba
BLAKE2b-256 c3b79417054a65a98ba842505eba485f217db63b7f891aadb4fe83896655a842

See more details on using hashes here.

Provenance

The following attestation bundles were made for hollerith-0.7.0-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.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: hollerith-0.7.0-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.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 85597dfc6d9d5a03a7b23dffc4c175b230c10806870aa31a79ef10e8a9f282bb
MD5 67d11c42253d2bc09f954e3f2522a48f
BLAKE2b-256 02616d5583f6caa19e4efd6c6d2369ad8a8ba5c5c5479ab2f751de4370587118

See more details on using hashes here.

Provenance

The following attestation bundles were made for hollerith-0.7.0-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.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: hollerith-0.7.0-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.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 eb0dea634622be24b38fda2a11934bcdf46c7d9bf384b035a03c01da43ef2482
MD5 ec55f7f7caf4298e818e7b090ca8a562
BLAKE2b-256 8aba0477cb8af5a25c09a7a5ffd84b439b2d03c46604736eedb3f01fea09a718

See more details on using hashes here.

Provenance

The following attestation bundles were made for hollerith-0.7.0-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.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for hollerith-0.7.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1263aed30dfdca89e43649852239471696ea74ef4a0097a0e66794cbe4286f41
MD5 33b10f4bb2324acb67a3321fa5fa0ae5
BLAKE2b-256 325dccfe7e891df4f61495d512766ef6b456b48c873306ed751341cbc78dc717

See more details on using hashes here.

Provenance

The following attestation bundles were made for hollerith-0.7.0-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.0-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.0-cp312-cp312-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 a3b1c2efdc66c9707ca92d2357b5e3ffb40aa9aa3ba5bce56297cc20c3f2c82c
MD5 c15819127734e6853afaa1886f3747be
BLAKE2b-256 2754ca789c8040237e28fceef0f24419029fc2dd4277ccf1601803f42a7ab2dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for hollerith-0.7.0-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.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hollerith-0.7.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 67955c5d45ff5df31cd0c011cba68d1ef09ac67f534e3f552d272ed2add2e417
MD5 0f07f419646165d35a8e2fe9c3886891
BLAKE2b-256 0e37e7c2dd52d0b93b630305e327e821d373a41ac9c58db2deff351e0efa9337

See more details on using hashes here.

Provenance

The following attestation bundles were made for hollerith-0.7.0-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.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: hollerith-0.7.0-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.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 fb27be3d787ae0f1df070061de0899849aee1135cce214cf981394cacbebfac8
MD5 54ede858939f7ac18fe344ac97de3507
BLAKE2b-256 f0b8b9fc403166d0dffdf66ec65bc989fdd51adb9abf876c465064aed42a3786

See more details on using hashes here.

Provenance

The following attestation bundles were made for hollerith-0.7.0-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.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: hollerith-0.7.0-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.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 67611b61c6548f5bb71ff13485b2af7cd6dd95c9c94117acda6150c9d0538266
MD5 8310ec75ca5093c8748b7bdf612d852c
BLAKE2b-256 0b5dbdf36a71abc0f01e714f454f642e3eea26323c4474c37d056f84b3b744f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for hollerith-0.7.0-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.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for hollerith-0.7.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e72905982a2c428a4abe9b8d8ccd8f2be30ebef15f6e9e95a3962d1658bbd078
MD5 4b305701453616932e3ed89ba94b040d
BLAKE2b-256 10eaf6f4d2b06888b218bb6ec610a0e919cb13b46a8a2d5ac6f0bd6ea377283d

See more details on using hashes here.

Provenance

The following attestation bundles were made for hollerith-0.7.0-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.0-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.0-cp311-cp311-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 443a2cb79016178e3fc382f224739ed004686a14a73c19220d9234343abebfec
MD5 fdc0e138687e8967db4f23d0c19931df
BLAKE2b-256 09e213c739b8aa396cdb199bb35d86f88b78711a6ac3704adc82ccf27a8c28e5

See more details on using hashes here.

Provenance

The following attestation bundles were made for hollerith-0.7.0-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.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hollerith-0.7.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 aff76d2d7cdf1c61d7f5db524cd18fab015dd7a7beb5a86c1b5c171247936b49
MD5 78188a9ab3fd407444d78cddf5367c2d
BLAKE2b-256 e8ae3d4764be6ee0bdf018f60bb71683a0a65e73e6d0a348487141145a254b92

See more details on using hashes here.

Provenance

The following attestation bundles were made for hollerith-0.7.0-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.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: hollerith-0.7.0-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.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 11fb8aa4716b49840ffe7ad9b4fcd42542bfb86006ea49c2ebdc45fdf90c10b4
MD5 452c4c108142888b056869b01ec2fee6
BLAKE2b-256 6152cb7e35b24a2a19ace577714c8bf2129b142cead96538c367e2eef1b461b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for hollerith-0.7.0-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.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: hollerith-0.7.0-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.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 76bcbfd575d0ba213680d3df548e54d9f86fd3817f741bc070882d2437605ca1
MD5 7837ebcee8d2272e60d7ab1ea752238c
BLAKE2b-256 346604a41bd43ac8004e59436051299b1fbc68617450cad733a99874e7dba697

See more details on using hashes here.

Provenance

The following attestation bundles were made for hollerith-0.7.0-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.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for hollerith-0.7.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 80163dcd91017ba6618603e4b2ac901540f9e0036d3fea59cba53723cf30901b
MD5 c6be931176e46bc2862173ba1fb33529
BLAKE2b-256 481e513b9308cf6f9bc76340a72a051833993894e103f26db97ff170ec338316

See more details on using hashes here.

Provenance

The following attestation bundles were made for hollerith-0.7.0-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.0-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.0-cp310-cp310-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 9e4bcabe3672d5ebd40d2409e9e72b96708cc1bcc5b15f5d9ea091617f07704d
MD5 d46ea51ed4c56c4a141c7bdfddc81929
BLAKE2b-256 0e17e4271b7679c3f79c0a0374e5b24fa3b8337a2766faba90a47444f3e4ccd1

See more details on using hashes here.

Provenance

The following attestation bundles were made for hollerith-0.7.0-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.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hollerith-0.7.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c9efc50f7c78a1518f7c1446c95afc9941085da5574d07dab32976042512c19c
MD5 134a4a23aab6e52f898349628a50f1d2
BLAKE2b-256 f9982aa83e2e47a2c8ff3dad2978188e146aa167b77028eeae9623e52acf8c3a

See more details on using hashes here.

Provenance

The following attestation bundles were made for hollerith-0.7.0-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