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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

hollerith-0.4.1-cp312-cp312-musllinux_1_2_x86_64.whl (286.8 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

hollerith-0.4.1-cp312-cp312-musllinux_1_2_i686.whl (267.7 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

hollerith-0.4.1-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.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (260.5 kB view details)

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

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

Uploaded CPython 3.12 macOS 11.0+ ARM64

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

hollerith-0.4.1-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.1-cp311-cp311-musllinux_1_2_i686.whl (268.8 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

hollerith-0.4.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (271.3 kB view details)

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

hollerith-0.4.1-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.1-cp311-cp311-macosx_11_0_arm64.whl (42.2 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

hollerith-0.4.1-cp310-cp310-musllinux_1_2_x86_64.whl (261.4 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

hollerith-0.4.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (253.3 kB view details)

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

hollerith-0.4.1-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.1-cp310-cp310-macosx_11_0_arm64.whl (42.5 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

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

Uploaded CPython 3.9 Windows x86-64

hollerith-0.4.1-cp39-cp39-win32.whl (40.2 kB view details)

Uploaded CPython 3.9 Windows x86

hollerith-0.4.1-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.1-cp39-cp39-musllinux_1_2_i686.whl (249.7 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

hollerith-0.4.1-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.1-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.1-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.1.tar.gz.

File metadata

  • Download URL: hollerith-0.4.1.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.1.tar.gz
Algorithm Hash digest
SHA256 a5a3f70f6fb2003a4bb0624d34a6538f6759fa491c3b35b127b60cc3a30f494f
MD5 09f0edded5ad4b04e1885fdf910a7dc7
BLAKE2b-256 d382e0e7ac1e4ee61b4fde05a125457f15aefb04ad68ec150ad8c64f88a01093

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hollerith-0.4.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 9cebb1a577976ed97671bf2b21a602e75a4c1ca21b31ebf0bce985d58cf788b4
MD5 a3725409c04c342572ee19cd7372e8ec
BLAKE2b-256 0dc6b2683ff3755a4a674141d411216abe14f6a7ced799734098fd097c9ff1d3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hollerith-0.4.1-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.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 7f9a6e8bfc5a7c9ed5e54f46eefad2fa53f88711c296ddbbce296835b2684aa4
MD5 342c406f204f5d9b1d3051c0cffe31ff
BLAKE2b-256 a46901d67556d7c47db5d192fda1a21960faf7e44db97f53f4f94868c696517e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hollerith-0.4.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f93a7bc98a6399427a6ca585316c06790727f9cf63f0d5ca34cccf70d0832981
MD5 77a35b9d9395fce01127d331d7454c62
BLAKE2b-256 07968761d255338bff6d518eca6aa71f68a688f13a38aef957c2392ea3c1c6e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hollerith-0.4.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4361454dcaa621ec4d5d98b42d4f4b398310a9660f338c8c703966980e7f5def
MD5 f02fa03713facdea3194cf45b74c95de
BLAKE2b-256 f50276a2c4d6bde5ae375205e59bfee36e01eda21342ef378ad619e8c2f95677

See more details on using hashes here.

File details

Details for the file hollerith-0.4.1-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.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3de934d3e55944b1e1a866499f323ab8fd8e25caab78976762a5fd8f10c3ad37
MD5 00458d11d1b17d839df9803f73351994
BLAKE2b-256 34462d26a722c60ad9d5345c28941388425d9942cf5debba19130fc37a033bac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hollerith-0.4.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 07654551ed58d76a4762d34b32bf5307e22f35c051cb61d2476381719ede8f1d
MD5 82ba74eac3f96ca63f994d0d7bfb35a5
BLAKE2b-256 4861b40afab9b142ee3adce4e5fbd65ad8ffa3a715e1aaae98f47fb2e9eb9b58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hollerith-0.4.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a964dcfd9f76121232f43fecf3a54e268083dfe44e3cefa526f80dd6cd6a6a27
MD5 11d7cbacec36ab222cfc5a3ada5a7a25
BLAKE2b-256 33f8a512a61b4daf58260dbecc9d3486cb6ea10e4aa73c9fb5b671488fefa6b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hollerith-0.4.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b56f3589e44b2bb41272c4c4b98c69db3834eee56901557149143b9d18ecf496
MD5 04d1701d63fedd1a1e9ef09d849c35fd
BLAKE2b-256 6386d8d94c5e21c8a3bc26d7bce39a808d0a4b3ed597c0e3923c4b9928c8a983

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hollerith-0.4.1-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.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 cddaee79d1227d49bf70804880d0d40e227437b6f3f6749c2f0406264b5a573d
MD5 067886ddcc88878d5267520b0856960b
BLAKE2b-256 246ab535cf45cf15fb7560c223fb68dfd88a058c08558581ce91e56f4ffd5f70

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hollerith-0.4.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 33c499142dd0b5fcec8ee53a59e36e8f1c4b9b7ef77611625812667f0223018e
MD5 aa2b02cad5839830dc560856a3d72d09
BLAKE2b-256 815e524e6332bc57feb948aec28f23cadff9ad7d74166b7a22d7fd76a0b75108

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hollerith-0.4.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9048888eda38cf05ebebbf735c0a684fbee0d375e8164a636fadc321c13d2e20
MD5 da257ad928cb828cfe7780c1650f71b9
BLAKE2b-256 d796d23d14deb0092388b855f3151f8e5e57739842b182a474ba33f098b247f4

See more details on using hashes here.

File details

Details for the file hollerith-0.4.1-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.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f8388e6b4f97ef4e0c5f1d576b34bcc5b5fd9a91fa5dbc77cb357ba6d4aed09b
MD5 bab96b61b6e365fb397c475e79fe8d56
BLAKE2b-256 a97021a04d6225e755ea81de74bebbc205b61c70481a59bcb525fe4cbb5e1ec0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hollerith-0.4.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 db95be3952b4c193486137d28c5fd7229f49a3be35397bc45a362dce3eeaa10f
MD5 9df127470ccd292949f02db58b77f1a1
BLAKE2b-256 c5a9a72172ca3d54df0de248301c9a623046421fe7de16ddcc9c762ee0858d55

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hollerith-0.4.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 865b9f261614924085886d58841c2dbf9feb9e2c870d92c55ac6c550f99b383e
MD5 bfdc64e7cf434b559c0db2084eb94619
BLAKE2b-256 ea260e6703c943b5ec2ff9ca2a08257f89bc74c8bdd14f53e740810669800e4d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hollerith-0.4.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5c2ac5289a0052a4f21aedb66eea0a2ba45e75b8ebe1615caf6b70bec17441d4
MD5 b5ef82a9ff7cf6f21a55046427226a0c
BLAKE2b-256 48e9270b0b81e268f5656a94c5afcd03877cbfb9c14a46e5986a218ea0d59698

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hollerith-0.4.1-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.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 40658c000b48542c43c3fd5bd70e94614dbb26f3533fe250a063d609958e4bfc
MD5 be92f75f8e5f28ae8619797b82fb78de
BLAKE2b-256 3146f8404ba91f55524aaefd2969b29a04e18db6ae071323990e07f32cac0db0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hollerith-0.4.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e0a409b30d82b1da95f5a7f1d67cdc724aca619754576a3b3719533df4ac7717
MD5 e344e217bb3db37641f1e0650bd00a06
BLAKE2b-256 979a9904c9317fe15f12128c15b4defb3b310faf897da281b8d912c4b78c1a1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hollerith-0.4.1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b6139862d61449adf95c98e7fafc8b630a471a560dbea7ce790a7509cdebbba3
MD5 ebbe238318f2eb771c23e8a81bf69f53
BLAKE2b-256 96db8fc9eaa0f3987bda24070823ed694f853afe4f0aa621d53204166da59a97

See more details on using hashes here.

File details

Details for the file hollerith-0.4.1-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.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bd10f916af62034a808749660dcd0c358331a9cf2c7036f0313832829e144191
MD5 b8eeded87e1eb7a5071689841cbbe9fc
BLAKE2b-256 bb3263a9565135e1f0d2f8480051e3e98e87e8e671077b18c4b8591a2e652ec7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hollerith-0.4.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e74d5db579ad2a03a15f175fcfc31c0a026d82f274380a8ea953ad31fc5347b0
MD5 29a60ce9274528b47db6806379c89821
BLAKE2b-256 141de611d51b155ac3659eafff670f06ce9c7c5796f8d4a54f5edb2c00e96f95

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hollerith-0.4.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 83fb62fbfe7930e600b5675afea1962e0851f8a68829006de5b0a9bee32c815c
MD5 77cfe105142fba396ebdcca3d3d28840
BLAKE2b-256 12be2e143e77193aab887f75cf62ed92cae1490e6840717578adfe2f4b148293

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hollerith-0.4.1-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.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 581acecddbc966b9f27c1369b501f726b25acfc9184c44f926fc3aaf8fc88a74
MD5 a8cf359f5a6a4b0f5908e36ec3fb42e5
BLAKE2b-256 5d8e4db8091cdfdff78d827f6ac394e9fa7b9f1400f8e913d150b7c11fadb447

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hollerith-0.4.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 40.2 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.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 7b6c148b372abbf171ef05f109af00cbb7c38ded58d2daa86a1aba6da5ad4d89
MD5 6d5dd63ec4f6124b8acb1a1a3bff7a1f
BLAKE2b-256 7958bf4e450076aa3db929a897b16459ed5586e53bdab7226bba529850e05348

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hollerith-0.4.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 75326cb90643d3eb92e18a08baba653625ca1bb5c36a2971cbda865f0b699c99
MD5 6f0606d02f24cfedc500b40497e67b93
BLAKE2b-256 c5049aa3874880b3adf3ecc4c9fde0a2d8fdcdc8b08807effcf31503d311a58b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hollerith-0.4.1-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7af3bb472c4d0429e8f72daaf7ade0c758805509745e533a799482db6521d7b8
MD5 a385d4a7061556a90cb2712e5d71f7d2
BLAKE2b-256 abf1c41dc0a72d82f920196c0f67133b8eee813a625e40f9a68d05b20dc0479d

See more details on using hashes here.

File details

Details for the file hollerith-0.4.1-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.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b48a1580af0e189c462822007ff2959f10115f1eaebd53f1959e1c355731cb5b
MD5 7f452d52e3dd590ec62dad446cf382b3
BLAKE2b-256 500fd77319ca5349c0cccfe3e5220e087dd64ab6dd1c5c745e128b902d41d41c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hollerith-0.4.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 30e8bc3fca08d6842ba8e9c64575715e2477ec6af91280e09bb7d1a11f549976
MD5 34351c2a081f649cf5ce53de15132724
BLAKE2b-256 dc061eeb9acb7e35abc22ed0f191925e878d969d423c471c928b914fe801ca7b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hollerith-0.4.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 68b5e0dd3157305dde94484c58e624e3bd74a4d71ba97ce8d9c8a76d6d895853
MD5 9e6e267c7c58d3cd56c30ad6fd0d4029
BLAKE2b-256 8e2551b39bf06e41b47a276efdd4212b1e7c8ca1cba34aa5124445bb1dad9104

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