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.6.0.tar.gz (89.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.6.0-cp313-cp313-win_amd64.whl (44.3 kB view details)

Uploaded CPython 3.13Windows x86-64

hollerith-0.6.0-cp313-cp313-win32.whl (39.7 kB view details)

Uploaded CPython 3.13Windows x86

hollerith-0.6.0-cp313-cp313-musllinux_1_2_x86_64.whl (278.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

hollerith-0.6.0-cp313-cp313-musllinux_1_2_i686.whl (259.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

hollerith-0.6.0-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (279.7 kB view details)

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

hollerith-0.6.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (254.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

hollerith-0.6.0-cp313-cp313-macosx_11_0_arm64.whl (41.5 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

hollerith-0.6.0-cp312-cp312-win32.whl (39.8 kB view details)

Uploaded CPython 3.12Windows x86

hollerith-0.6.0-cp312-cp312-musllinux_1_2_x86_64.whl (280.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

hollerith-0.6.0-cp312-cp312-musllinux_1_2_i686.whl (263.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

hollerith-0.6.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (280.6 kB view details)

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

hollerith-0.6.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (260.2 kB view details)

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

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

Uploaded CPython 3.12macOS 11.0+ ARM64

hollerith-0.6.0-cp311-cp311-win_amd64.whl (44.8 kB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

hollerith-0.6.0-cp311-cp311-musllinux_1_2_x86_64.whl (277.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

hollerith-0.6.0-cp311-cp311-musllinux_1_2_i686.whl (264.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

hollerith-0.6.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (271.4 kB view details)

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

hollerith-0.6.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (251.8 kB view details)

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

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

Uploaded CPython 3.11macOS 11.0+ ARM64

hollerith-0.6.0-cp310-cp310-win_amd64.whl (44.9 kB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

hollerith-0.6.0-cp310-cp310-musllinux_1_2_x86_64.whl (256.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

hollerith-0.6.0-cp310-cp310-musllinux_1_2_i686.whl (245.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

hollerith-0.6.0-cp310-cp310-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.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

hollerith-0.6.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (235.0 kB view details)

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

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

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for hollerith-0.6.0.tar.gz
Algorithm Hash digest
SHA256 00fb42ca29e6b37634b93e403b9506f3817a58a5e17b3c7ebe1f89e003dd1603
MD5 acbc9cba484f1bcbd8e36acf75eb11d5
BLAKE2b-256 0ba924e0398550f2825b2bebebf50c9474f2bd9b8ee93a57c8824b0384fea341

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hollerith-0.6.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 44.3 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.10.15

File hashes

Hashes for hollerith-0.6.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 5ea789a5a3fdbd0adff5693d41df75c5ced77ef787080787548e27a75afdf74f
MD5 48f5d9ee352b28648e28e6164d4290ee
BLAKE2b-256 81c1a65b0e72053b8caa965137699e77083bdd02e2d6352074689e429b1672a1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hollerith-0.6.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 39.7 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.10.15

File hashes

Hashes for hollerith-0.6.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 3051836a3e6d61927dbc2e5aa5384229dad52f4b5abc86ac5e59d6070f94cd24
MD5 7324b25c693d53a30f4339f9b73851f7
BLAKE2b-256 4f3ff9673f9ca02aae6e6f9afe6a3407d6bd9f5aa73ff93ce8da476c29437b6d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hollerith-0.6.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ca8d6c4a5a744a78388d6670943d2bfc2fdba26309da1087ef58a8b4c4e50a73
MD5 1142f0e6bcd9d95ed2091b272616aa62
BLAKE2b-256 bea186c987ab7cd700bc65345e7371518b4c8d415a9d76ce8814ce2b99fab490

See more details on using hashes here.

File details

Details for the file hollerith-0.6.0-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for hollerith-0.6.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 46087d9a17d8ad75e393dd82ceea23426cab6521e02948d9b7aec215d73f9cf6
MD5 399465f41409b9553c9616fb63d3eee9
BLAKE2b-256 b247897fbb35e7c4f3f75c0331d2bb98b4e1ad046bc08fe04b1e9404831e8348

See more details on using hashes here.

File details

Details for the file hollerith-0.6.0-cp313-cp313-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.6.0-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f3e1733fdc02a0f02a1f45993f74fc8fa863dd67b0d59da5b9bec0e1b5ace832
MD5 176b185bb736cb6c9678e1455cbe68f4
BLAKE2b-256 c5404d0d9a0e0f5e820f152c917e8d8e4875def76f58e2c6417a9af66a1e6cd6

See more details on using hashes here.

File details

Details for the file hollerith-0.6.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for hollerith-0.6.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d7b3ff7b0001fb679b1b4a05d6d7a3e8a2a58b8a3dc52572c6809240e0f19b92
MD5 ad47f1b1d9479fa90f07e419a355a9d8
BLAKE2b-256 c3d92426088fb1d2394c43e89a054a1aed7fbdeab21aa6a7818fecac8a8c23f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hollerith-0.6.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e616326df37b28bb5699c107e9795db88dd08784626ab080e615af98ba7f63d5
MD5 3aecdd61f2dff968b9487b24c0106bd5
BLAKE2b-256 260d5735fe2ebdf35a2b15f4d4aa83e4a62ce4508034fd474c1ee43841d0574c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hollerith-0.6.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 44.6 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.10.15

File hashes

Hashes for hollerith-0.6.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 37f7d5127cde391694900bc7fd1106d974101939bc9f9a4a06d7d874a43d533b
MD5 8156b371e257e6f0d63a449bf6808007
BLAKE2b-256 f440bbc6cd07fbf279c509d7fa45884b9242afb30c3f7810583a7a8f42f9e8a2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hollerith-0.6.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 39.8 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.10.15

File hashes

Hashes for hollerith-0.6.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 936d7721a33423b4070f022703e733dbfed28796b0ee80431bf50e1159f1325b
MD5 f10deca2d2205376c400df83bccbb87a
BLAKE2b-256 5792f862edbc8f2227db90c282f9ff5cd3476184b76093ff6708916d464ebb14

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hollerith-0.6.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9a0eebbdc593458f4ddcbfe24328e3513986079a6145fefb622a93816dc60873
MD5 57323d6467373bae9e6ad9dda743fdbf
BLAKE2b-256 577022630ad74d744ad5d9bdfe66dadaa39c5d5ce01f932df232810675a050ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hollerith-0.6.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 99c641a0eaf67a881fd309501ef8ddb9b8beffe2a03cd405940c1c7ee15244ce
MD5 6f54930942c90c90cbd9fc1de1ae0bf3
BLAKE2b-256 a5e019c77d2960449b3b63eafa3c7733719611143410d709f3214577a50f992b

See more details on using hashes here.

File details

Details for the file hollerith-0.6.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.6.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0c1c5d181c46a0777183d86532a33d4d89672510f04a012177de838060baee7d
MD5 51901a0bdadc716f91a7e0e60ac7f5c4
BLAKE2b-256 01581ec1c2e6781e49d7cf4224d38ab6d823e5754d47bc11f0555ee2b3fb4b2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hollerith-0.6.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3d238e5692ce6fc4bb8be445191a8cc6a943c4406c689f729468db1edc10af4b
MD5 7e35773ef943fdf232cbe00d93c22f67
BLAKE2b-256 b7011a5518536cb7e844f98b63a3e5829c8d54b89b4dcf5ed517c1695294c282

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hollerith-0.6.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d7d5009f27416f9b6afdc2d32a92628065f8f2cd19f6601dbccea5a49124b83c
MD5 597cdba10f03f524be540d7f667bf411
BLAKE2b-256 1014f7168f1caaaffa35a2ecf50d57bf85bd61d72addff4f3d03f2ca57b7abea

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hollerith-0.6.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 44.8 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.10.15

File hashes

Hashes for hollerith-0.6.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 90637506ca2ad86b50dbf84ac4ce8a696b7f3220441b38e6075f7166cccd0947
MD5 9d3ffdb81b87432e60b70547b1abd6f5
BLAKE2b-256 5df01afeb621eafb35a7ab91dd24583572a438ccbd50a0a09f4adad7903ce929

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hollerith-0.6.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/6.0.1 CPython/3.10.15

File hashes

Hashes for hollerith-0.6.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 0beaead362203e01f500d0e2fb9d7f39cf033823593d590748f97bf693941364
MD5 f2a3cd0fb283f8d7d47ca111c579ae5b
BLAKE2b-256 948526f5ad519745862a307460b13df4a2ea8f14eaf7e6dafeef3b4a9a00b62e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hollerith-0.6.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3efd56458223dcdf13fc0292f0187f373588fe8826a86180680f4c223ea0216f
MD5 e7a58021a18c8783a93d0bc62c3d4d32
BLAKE2b-256 800659cc84e01bc321975bd14a967f41a7b42f8a2940528219234b22a134f7ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hollerith-0.6.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6bebf2a528418179df588795e783e045d7d40d0257f8afc0475f474c755f9a37
MD5 c31ff52bf98a06100ac7060be78fa42b
BLAKE2b-256 e29341dba0719169f768f9dd46e9b39b6629856df882c6b8e4eec235f0bda239

See more details on using hashes here.

File details

Details for the file hollerith-0.6.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.6.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3c16ff70e7999b31ddcb08b993e790dc01c8edf9f558cf93db3f83fdeeaa93ff
MD5 83d8bd2d6f4fe55d35a9f13cb7651f60
BLAKE2b-256 bd687039a22ddf449d79d0410c56b68064e04ab7d1472f2b80cca52d1b9eeb0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hollerith-0.6.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 efb789218c21e698c6548decf6b8ed823a4539f3b190218864e10630d074f389
MD5 74c9d410d825473fbf7d8ec9e9f03da3
BLAKE2b-256 6c200ed650849e85cd2e0793856c3587caca27ff9277e764f3fc50a46395cdc6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hollerith-0.6.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c721a57d8fd5a685dfc8b36b4321bef90e6252ffdf0ef7fdfe21db4cf92e389d
MD5 98eefc5c94fa36efcf1dd21e8ba461c8
BLAKE2b-256 104b7bb4bbe94d28eaea8869ca92c7ec1fd6af96a6d2c0f604072e3327f46869

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hollerith-0.6.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 44.9 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.10.15

File hashes

Hashes for hollerith-0.6.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 23ba9832a9ea80350f805c19ca1401f4e8d6e06dfcc75b87da45421a5e596e20
MD5 b62b26b55d3f5d2f1401f2e0849f6770
BLAKE2b-256 63130a2ea08ededd9cec6f570a0c88352841c1ac4712356b48e1d800247249ab

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hollerith-0.6.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/6.0.1 CPython/3.10.15

File hashes

Hashes for hollerith-0.6.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 81859b2fdc06971e9e3985645abc565e00a1b7c6fb205e8a3d5c105d3ae5c266
MD5 e89c5862c5701285e10cf1ef53ed2e20
BLAKE2b-256 759df61b0e094bc2044bc7e607a6956df9ab9f7dbcca1ceda1c3378f91e23915

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hollerith-0.6.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7483ccd868e64ae3dd87c5f7159e89c842a440f051226bb24c1f9ce395498483
MD5 f28cad38e39d04c5214a82c1904910a1
BLAKE2b-256 1e22417e7f7938bbb0c3ba7beb86959e9a44000f53d4e4e797c0fc62b2de2ca3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hollerith-0.6.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fd98db01791a65399469182a0c0c61feacbd1a1f7e4a6ceb5398277f7c417c93
MD5 c164bdf10a611a602c430064ad309987
BLAKE2b-256 1e370a4768c0c4a5eace459c59d1a98346f14944b223b793a7334f6c371ff42a

See more details on using hashes here.

File details

Details for the file hollerith-0.6.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.6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e5bf574534fd1881583d6a68a4d7e95b7a4d8ad0c02e9c7ee506fdedaca67e13
MD5 cb756f4248c1fab434cb6b477cb8a903
BLAKE2b-256 f3759f3ac56329b2a80020e6976ea011d52ed1046fec909dfe03eec4bb0fbfca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hollerith-0.6.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 dffceae784ca3e67a8649dee653c42567a75a99a8f914bb0464c8076368e37c8
MD5 ca7eaa7a256b4a0970a7dc22a274e6ab
BLAKE2b-256 3b84cc3d136e6dc2842d9cf104d4120c9f29fe9b1fc12f09d3129b5eb93df5e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for hollerith-0.6.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 90817935fc8223795f9b40ca6b9f529bffca7d79820f2b66e94e5ac41cbe5797
MD5 9b336b38586741f5d05026aee883a79d
BLAKE2b-256 ba94fe4664a9d85eb24c43f8bbf4195e56f1a4d0634f62c2cef24ee44ebb2e40

See more details on using hashes here.

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