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/pyansys/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.4.0.tar.gz (89.3 kB view details)

Uploaded Source

Built Distributions

hollerith-0.4.0-cp312-cp312-win_amd64.whl (44.6 kB view details)

Uploaded CPython 3.12 Windows x86-64

hollerith-0.4.0-cp312-cp312-win32.whl (39.9 kB view details)

Uploaded CPython 3.12 Windows x86

hollerith-0.4.0-cp312-cp312-musllinux_1_2_x86_64.whl (286.7 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

hollerith-0.4.0-cp312-cp312-musllinux_1_2_i686.whl (267.6 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

hollerith-0.4.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (280.3 kB view details)

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

hollerith-0.4.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (260.4 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

hollerith-0.4.0-cp312-cp312-macosx_11_0_arm64.whl (42.2 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

hollerith-0.4.0-cp311-cp311-win_amd64.whl (44.7 kB view details)

Uploaded CPython 3.11 Windows x86-64

hollerith-0.4.0-cp311-cp311-win32.whl (40.0 kB view details)

Uploaded CPython 3.11 Windows x86

hollerith-0.4.0-cp311-cp311-musllinux_1_2_x86_64.whl (281.6 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

hollerith-0.4.0-cp311-cp311-musllinux_1_2_i686.whl (268.8 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

hollerith-0.4.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (271.2 kB view details)

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

hollerith-0.4.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (251.6 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

hollerith-0.4.0-cp311-cp311-macosx_11_0_arm64.whl (42.2 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

hollerith-0.4.0-cp310-cp310-win_amd64.whl (44.8 kB view details)

Uploaded CPython 3.10 Windows x86-64

hollerith-0.4.0-cp310-cp310-win32.whl (40.2 kB view details)

Uploaded CPython 3.10 Windows x86

hollerith-0.4.0-cp310-cp310-musllinux_1_2_x86_64.whl (261.3 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

hollerith-0.4.0-cp310-cp310-musllinux_1_2_i686.whl (250.1 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

hollerith-0.4.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (253.2 kB view details)

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

hollerith-0.4.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (234.6 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

hollerith-0.4.0-cp310-cp310-macosx_11_0_arm64.whl (42.5 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

hollerith-0.4.0-cp39-cp39-win_amd64.whl (44.8 kB view details)

Uploaded CPython 3.9 Windows x86-64

hollerith-0.4.0-cp39-cp39-win32.whl (40.1 kB view details)

Uploaded CPython 3.9 Windows x86

hollerith-0.4.0-cp39-cp39-musllinux_1_2_x86_64.whl (260.9 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

hollerith-0.4.0-cp39-cp39-musllinux_1_2_i686.whl (249.7 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

hollerith-0.4.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (252.7 kB view details)

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

hollerith-0.4.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (234.2 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

hollerith-0.4.0-cp39-cp39-macosx_11_0_arm64.whl (42.5 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

File details

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

File metadata

  • Download URL: hollerith-0.4.0.tar.gz
  • Upload date:
  • Size: 89.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.19

File hashes

Hashes for hollerith-0.4.0.tar.gz
Algorithm Hash digest
SHA256 e4f1eaeb8218c038d7a7fd675920e00d2c0fffd55081defb4d215b00a6cea668
MD5 76a4e1bd20421aa0c44c38a2c0f6a38e
BLAKE2b-256 aee90ffe1c6b679a63d1cdbf0c2ea5685664fb12c7002fc4ac16794122be72f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hollerith-0.4.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 4db8f4b565afcdaeab84a833e03bb52122fb242028f7d8f2d6d0100bca26d737
MD5 96583d6abca4c899f62966bba86bd3c4
BLAKE2b-256 a38329af18dfe23562083ed8e7af1afb8477780441290c362e9dfe2fc6d55209

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hollerith-0.4.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 39.9 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.19

File hashes

Hashes for hollerith-0.4.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 0b0a536be1e35d66c6b45b082244188aab7353d165a639e92cfe50cfb668cc19
MD5 edfbb23f09360d71676dbedf4086ba4e
BLAKE2b-256 9123f6ffa27b61f03d4a10b879a659db2830916b0750b3b52fc6615072169227

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hollerith-0.4.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7b84c6362fc2f16c40da966eea27ca8a85493db0809b4d4275025b7a2d11dc24
MD5 6a5d899cf8d32d649217c86286f18b3d
BLAKE2b-256 8d335429898caddc4425bb6a540abfe62e10448d533c3a0f175950306a7b371a

See more details on using hashes here.

File details

Details for the file hollerith-0.4.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for hollerith-0.4.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d8066590444466f5f52d4afe3f95a5fc50b7490cdf173accb34b83620f511b27
MD5 16935e436a1fcde2a4d627c814f16c87
BLAKE2b-256 29b5f318d288d13f73f55db5bd904411a720ab4ed158607d8906733905846391

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hollerith-0.4.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ac01da11159c05a6f1657578c2598f1a3a86faa4bae2520a7cb7db7ee1a8f775
MD5 6b6822837e6021924de84e40b2cacbe3
BLAKE2b-256 94614e93df958d3f20577f010960582ba85e89d3d0ba2acc37b5bfd1279d8017

See more details on using hashes here.

File details

Details for the file hollerith-0.4.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for hollerith-0.4.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d148b30e902b9590c76905db828eeede8416a9dd18eb60e7f5c98884fa617528
MD5 8776ea65d174deea10f5b1abdce7ec9b
BLAKE2b-256 fd614b3bd40a9c0ffbc3a56eb1518372c151e262f13f0f3fb03185eddd4ade5a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hollerith-0.4.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4ea64c703af76e9b8884ff3c080486ac17276886f84db7d6b559f40dac30e60e
MD5 af366364eae6b11afd3b6272dd96313d
BLAKE2b-256 9c78d3e1fc626cb19a0139776628f4570fa3311e5ca3614dbee01fc8eb26a4bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hollerith-0.4.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 4e635b36c093d4fdf3d6b44b335f18e0717866aa4103f84053414ab758459f8c
MD5 99c04b0ee9efdd98f6d69fd76ebd574d
BLAKE2b-256 496323a742463a928c04614ae6a13b3409787c3f8395efeb31a9b962d53b3d93

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hollerith-0.4.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 40.0 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.19

File hashes

Hashes for hollerith-0.4.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 bee0e2803f0909a3ba1e8984d93a3b743151a452dd88d902077f0ca242dd7750
MD5 0f533add5627292b6945bd4a89592a04
BLAKE2b-256 a186403081400784a5b7f49baa2dac45c1053848ab1e7a848b7224787960304e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hollerith-0.4.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dde6b6c3783b6d4b6f44375211dd17064c6baa056de6b37ebb47aabfbcac113b
MD5 736e83c9591bb28e87073b08f57e7ad7
BLAKE2b-256 64c29d4327f299c01d83e3dbe0f275feb84d9bccbc794de4fc970a12a01d2d73

See more details on using hashes here.

File details

Details for the file hollerith-0.4.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for hollerith-0.4.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 dd19e426c8a9e9c0910ef09c48ca6190cb79f6cf0f8c4282e6b8322e8d144ddd
MD5 44c9ac794e22b63e7b966a5e3b492cc8
BLAKE2b-256 67c789575464bbc6c9cb9b005fe86debbc835528de3508e25e3463f6a7fd27ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hollerith-0.4.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 93e2b2d2d222695a21e1d8df0889c0c2a50e5e85238d2e2812631bc405746d35
MD5 120b4d37fc97b10bde3e985e0324ce16
BLAKE2b-256 268cbad45cb02cc434f2b7093992b3db67e8d806d521621ecb51704240c84a6e

See more details on using hashes here.

File details

Details for the file hollerith-0.4.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for hollerith-0.4.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e8d911271859c91d80d6af2f3cc1fe0a291f513429c3417822245bf8fb9bc975
MD5 8cfe0703835a47b11242f77874ebd65c
BLAKE2b-256 aef9913b7b835e8bf766e588798dbb74058603addef307ea30606145ea8a9ed1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hollerith-0.4.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 19c428c7725ae600208c6aa75e981e91ade674271e6c43dcc12cd1c1be0acb29
MD5 77be9e24065886d8353adce4ac212685
BLAKE2b-256 999add787d02b130cf395c233cb917f81ddc8af3bcf11d0d03f3a4796f9e4869

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hollerith-0.4.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d3c9f53527d6fdc9801ea1a54049bd181eb4950deb11bf80c5b4ad9ac96da298
MD5 31f34b05cf474eba941782df6cf28afe
BLAKE2b-256 3eadc58d5f2e566b38691c6aaa89f151dd079bde968769d2aa53b72b52bc2f76

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hollerith-0.4.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 40.2 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.19

File hashes

Hashes for hollerith-0.4.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 39abd66242d5a73eba4e9f608161b8432816ab9eec18a82df72edbd754f127a4
MD5 a9426d892634e49b7a6bb74f86a2cf34
BLAKE2b-256 096f3e63ff3d561c61626166dd70713d8980ecfd75c669fb9dec8bd2046d0fc8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hollerith-0.4.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e62b6c0e92733d2bcc133ace43980923c1dd4549c42bc3b07897d4cb2d27f68a
MD5 453f2b0040094a9912b9bb03a0bb0bdb
BLAKE2b-256 b522f5d9e40fc4ce0755b3d46a2c97ed9911319acafb16930e43df9d00f6c7de

See more details on using hashes here.

File details

Details for the file hollerith-0.4.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for hollerith-0.4.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6dd58204c1aa8abed975f4aead30e1d7e4fbf1a33ea681855bb479b73b2afd61
MD5 8c4cbb075be355bd2c07c217412d729f
BLAKE2b-256 7aa132a77d0583a35d761a9a7b26de4396be9b37203037c749b1bce93c59d63d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hollerith-0.4.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 944eeca61e3fb681bcac5ca637797fb79357322f45f46fdc276cf308ed3d5021
MD5 5928c1d3a09f583ec4b47e801aec4472
BLAKE2b-256 a0a4d8989290f1f83291d5eb8fe83ef6c990c0e9cba741a637da9350d16e6501

See more details on using hashes here.

File details

Details for the file hollerith-0.4.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for hollerith-0.4.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 648013f25dc41ab822d819d56f806fb17a8ac669a60414742193bf59a858dc39
MD5 e48ba4bdaa28ae7f2d538b7a8a4de007
BLAKE2b-256 231d0e0eb24216c695a91b59730513302395033eafe818461f3fa9053cc76350

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hollerith-0.4.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 35c45d61cf50edf6c758a863348a5f1714886623ae283ce147392290ff0778b9
MD5 efdef2bcbb8b2b665591d53545076a9d
BLAKE2b-256 c49ffec06331e2b7e9411c062cda76f2a12a56d1f14ede058b745458730b0fb7

See more details on using hashes here.

File details

Details for the file hollerith-0.4.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: hollerith-0.4.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 44.8 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.19

File hashes

Hashes for hollerith-0.4.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ac42ea16683df40799b7b4e043c6ab9cad1ac95aa6d5d701c2573af1f8621ea4
MD5 1412b0c2fd6d68c249befc9c17db70d8
BLAKE2b-256 128cb29cebc0ac06e8e715487869f1215ece7ee2a50379c698510f78e0d0c984

See more details on using hashes here.

File details

Details for the file hollerith-0.4.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: hollerith-0.4.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 40.1 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.19

File hashes

Hashes for hollerith-0.4.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 f74f371d91f16616812ed50881769e82f0de40b7cc80b34c2fae9fdcbd03150c
MD5 ff5678dcd7771d441de277434a06de75
BLAKE2b-256 e4072c974ce761f720d936dfc20184ac7bb4ca03487f4b66c8e41f76f03dfaf0

See more details on using hashes here.

File details

Details for the file hollerith-0.4.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for hollerith-0.4.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b09d50af34598af39d02143654d854334d6b832081814bc4fc059930ed9160d9
MD5 5346853b008fc86d7d79d44f07eeb31c
BLAKE2b-256 394036f9bca8eb43e23478943a849071e4072a7086208792c42c7d4234b2a1ad

See more details on using hashes here.

File details

Details for the file hollerith-0.4.0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for hollerith-0.4.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b979df62cddad75e283ffb1a4292ecb2c2b96aa7ae3a1dddf5e328cf4815c0a1
MD5 65cab2058380284f7325b8aa1feb3a3f
BLAKE2b-256 a8fa94fb2541762eb685f9dc478131dac3c13c16fb9b8bf1fc34b1d6060d4e71

See more details on using hashes here.

File details

Details for the file hollerith-0.4.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for hollerith-0.4.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 549071d8df987ca4dc3b7447f37903d288423beaf152b599dd6680785e0c901a
MD5 f48458aca739d9c1eb400d2923b8b876
BLAKE2b-256 b44693f780c85c4f52d0c7a14600e4a0d66bd7ce102675de3cc742e71c813524

See more details on using hashes here.

File details

Details for the file hollerith-0.4.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for hollerith-0.4.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 154c29ef67d89a7ad83687742e8ed60c765bc84354c0560d6ac7d4d9e676ce3d
MD5 583441f509736abd3f279f648ce7b321
BLAKE2b-256 1ee4b965b1e15fdf8d0b31a8fd0b882b5b2f92114cacb6812a3703c6cda7889f

See more details on using hashes here.

File details

Details for the file hollerith-0.4.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hollerith-0.4.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ee748291d6d020e26ef9e98c3e34546e3fc40a12744136353774eae1272d27da
MD5 d7f009e1112963dc3546cefe9eafa37e
BLAKE2b-256 e7d131593775a7672683a259245846b80f7ec4fac06e434b323e34e933261a1f

See more details on using hashes here.

Supported by

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