Skip to main content

whitespacesv

Parser and serializer for the WSV (Whitespace Separated Values) format, with a Rust core exposed to Python through PyO3.

Prerequisites

  • Python >=3.10, <3.15

Installation

pip install whitespacesv

Usage

from whitespacesv import WsvDocument, from_polars, to_polars

document = WsvDocument.parse("a b c\nd e f\n")
document.serialize("compact")
document.to_string()
document.save("output.wsv")

loaded = WsvDocument.load("output.wsv")

frame = to_polars(document)
from_polars(frame)

Acknowledgments

Ported from stenway/WSV-Python by Stefan John / Stenway, originally released under the MIT license. See NOTICE for details.

License

MIT

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

whitespacesv-0.2.0.tar.gz (18.3 kB view details)

Uploaded Source

Built Distributions

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

whitespacesv-0.2.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (274.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

whitespacesv-0.2.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (274.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

whitespacesv-0.2.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (272.1 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

whitespacesv-0.2.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (269.6 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

whitespacesv-0.2.0-cp314-cp314-win_amd64.whl (158.7 kB view details)

Uploaded CPython 3.14Windows x86-64

whitespacesv-0.2.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (273.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

whitespacesv-0.2.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (271.5 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

whitespacesv-0.2.0-cp314-cp314-macosx_11_0_arm64.whl (248.3 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

whitespacesv-0.2.0-cp313-cp313-win_amd64.whl (158.8 kB view details)

Uploaded CPython 3.13Windows x86-64

whitespacesv-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (272.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

whitespacesv-0.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (271.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

whitespacesv-0.2.0-cp313-cp313-macosx_11_0_arm64.whl (248.2 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

whitespacesv-0.2.0-cp312-cp312-win_amd64.whl (158.6 kB view details)

Uploaded CPython 3.12Windows x86-64

whitespacesv-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (272.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

whitespacesv-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (270.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

whitespacesv-0.2.0-cp312-cp312-macosx_11_0_arm64.whl (248.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

whitespacesv-0.2.0-cp311-cp311-win_amd64.whl (161.5 kB view details)

Uploaded CPython 3.11Windows x86-64

whitespacesv-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (273.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

whitespacesv-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (272.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

whitespacesv-0.2.0-cp311-cp311-macosx_11_0_arm64.whl (251.0 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

whitespacesv-0.2.0-cp310-cp310-win_amd64.whl (161.7 kB view details)

Uploaded CPython 3.10Windows x86-64

whitespacesv-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (274.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

whitespacesv-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (273.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

File details

Details for the file whitespacesv-0.2.0.tar.gz.

File metadata

  • Download URL: whitespacesv-0.2.0.tar.gz
  • Upload date:
  • Size: 18.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for whitespacesv-0.2.0.tar.gz
Algorithm Hash digest
SHA256 c30bf5ce5b77c42fb45b1ae1846a887b694a77fc19d9e9a0f7ff008e7b69ed88
MD5 d5bd246869e5cf5e543b1a116c124b69
BLAKE2b-256 58a7c57ad7cd0a80ed2cbbba0196040f64b41d81d2935ccef4395a975793734f

See more details on using hashes here.

Provenance

The following attestation bundles were made for whitespacesv-0.2.0.tar.gz:

Publisher: release.yml on audivir/whitespacesv

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

File details

Details for the file whitespacesv-0.2.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for whitespacesv-0.2.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9ee601083afffd7de4386698ed63d4945b842ee247e180fd45f8565b63e05110
MD5 8df696a8b8cd3497210517686d8401d2
BLAKE2b-256 ca49aaf4608f2c3474cd500634df29dc0b76fd2d7dd5023ef9414ce46c6222e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for whitespacesv-0.2.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on audivir/whitespacesv

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

File details

Details for the file whitespacesv-0.2.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for whitespacesv-0.2.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0cb7a5e08d53716961408005a889366e0248115462671c809c1301d51631c326
MD5 9ce6937be2f54d35d000f5753ffaf9b7
BLAKE2b-256 43edd478942f890111488892a2a5d0e4fd3ee8a6fa3e5913175c4991a78fcd3c

See more details on using hashes here.

Provenance

The following attestation bundles were made for whitespacesv-0.2.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on audivir/whitespacesv

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

File details

Details for the file whitespacesv-0.2.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for whitespacesv-0.2.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 55baf753d6748309cde3665ceb33b381999ae8c2af89ae41fa782151c641a6e7
MD5 babbeba83c7f91b48db8273cf733bad1
BLAKE2b-256 ca1a1e12c83aa3a1d5987a042b019be8e0f77cea48a01a16a1d916cbe7bc07d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for whitespacesv-0.2.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on audivir/whitespacesv

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

File details

Details for the file whitespacesv-0.2.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for whitespacesv-0.2.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5f6964bc46c0f810f38db2ab08d8bfe139385cb95809a34a96dcd872a194d0e5
MD5 019674ba39a953727249928b34956ba1
BLAKE2b-256 7bc09fbceb04a85a0b923218c629b9cfc025c4c144a1220c22c218cec8955292

See more details on using hashes here.

Provenance

The following attestation bundles were made for whitespacesv-0.2.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on audivir/whitespacesv

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

File details

Details for the file whitespacesv-0.2.0-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for whitespacesv-0.2.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 a395d23f0042f10930813751249dd1ec0db4b54a110ff6ef5f5b613147b7da88
MD5 1047a86f535948be024b56385abf56f4
BLAKE2b-256 0a226afbe38f749eac2a90bf815837972146fa99f1a4f14e6a568a654f1bdd5e

See more details on using hashes here.

Provenance

The following attestation bundles were made for whitespacesv-0.2.0-cp314-cp314-win_amd64.whl:

Publisher: release.yml on audivir/whitespacesv

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

File details

Details for the file whitespacesv-0.2.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for whitespacesv-0.2.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6a21157b4ffa25cba335f58a892a74f9b507c1ccb245b0f09e902d3176e1598a
MD5 7c4de97e4d3bd5d595f7017c1a50b3f7
BLAKE2b-256 83b2485be9544f41af7db2ba7b9f13f00712a0c56db6fed2a2ab777a25546cf6

See more details on using hashes here.

Provenance

The following attestation bundles were made for whitespacesv-0.2.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on audivir/whitespacesv

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

File details

Details for the file whitespacesv-0.2.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for whitespacesv-0.2.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e63277271a64afb28a52133bbbc9f399ea88fc64740f538c89dca8e2f13a0c4f
MD5 1ea561376feddaeca4f72dbf563f822a
BLAKE2b-256 2b81ff51ec75207a8b68b2a0a44196a133c3f4fc85b22fec61aebb9ba15e4ae3

See more details on using hashes here.

Provenance

The following attestation bundles were made for whitespacesv-0.2.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on audivir/whitespacesv

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

File details

Details for the file whitespacesv-0.2.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for whitespacesv-0.2.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 53c80e942c4b641ce20bb6470dad6cca68b5daf63fc794b10706ecd1aa87ac35
MD5 f5add2cbeca02cf082b471b84c0822fb
BLAKE2b-256 fcb84942c6452f2469ef8b24e7476e5dcb599797083bc51a47ee8ac2f39a63b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for whitespacesv-0.2.0-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: release.yml on audivir/whitespacesv

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

File details

Details for the file whitespacesv-0.2.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for whitespacesv-0.2.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 e51ed8d87d27aa7f2d5e0b88d7ae27c8f0f83227ad9e147bf2fd7aca1cad1eba
MD5 bb5ce652c01439fe6c2f098a623c2cdc
BLAKE2b-256 2ef00e72688e7a0a321ee12a1fff67a1fe51c9de42f6400a95ebea4d07442905

See more details on using hashes here.

Provenance

The following attestation bundles were made for whitespacesv-0.2.0-cp313-cp313-win_amd64.whl:

Publisher: release.yml on audivir/whitespacesv

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

File details

Details for the file whitespacesv-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for whitespacesv-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a78bed3b694f380308adf52ac51f33dce5659b1a5cb44dc385c5a8cc86aca204
MD5 f44b80492f177af735f46cf7449b9543
BLAKE2b-256 9a2e9976ed8e7bd345d76bcff733572e89e57e8c4fae0b8095d2e7456bb7d428

See more details on using hashes here.

Provenance

The following attestation bundles were made for whitespacesv-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on audivir/whitespacesv

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

File details

Details for the file whitespacesv-0.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for whitespacesv-0.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8609c5fe0aceecc8185db5817220b4889a7fcc140ee3b0958c73bd1b35be85ef
MD5 03012e3ef0999dda151317aaea1631fc
BLAKE2b-256 e5684ade7681c768cfd570df5bce0d122a6c5ca73fdc6b29ef3a8989e3a28dd6

See more details on using hashes here.

Provenance

The following attestation bundles were made for whitespacesv-0.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on audivir/whitespacesv

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

File details

Details for the file whitespacesv-0.2.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for whitespacesv-0.2.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 90df42c793785879376e9c5225d6fba91abafb2d6166374b9fda6ee3e32aa77d
MD5 298eb027ee86ac759e55faa6569835d4
BLAKE2b-256 008e6aa18cbf8ce41e2d420de1e07f8f935a95ec81995410d1f086432e91912f

See more details on using hashes here.

Provenance

The following attestation bundles were made for whitespacesv-0.2.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release.yml on audivir/whitespacesv

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

File details

Details for the file whitespacesv-0.2.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for whitespacesv-0.2.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 0033c245b0c3ef348798e25641dc3cdac13863d528fe36ad63b46b4f355546da
MD5 b3265cc6a5b0ae71c5bfe6cf73a18cfb
BLAKE2b-256 16566af0ddb41a98ca58807be90053516b1de6c6a729da2073746220846723b8

See more details on using hashes here.

Provenance

The following attestation bundles were made for whitespacesv-0.2.0-cp312-cp312-win_amd64.whl:

Publisher: release.yml on audivir/whitespacesv

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

File details

Details for the file whitespacesv-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for whitespacesv-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f7f71a7b976dcb5d7697e26347edc0556e46158f6b5188d982b113a0b1ccd43b
MD5 fd98e1a77ba7c3977a0482b3f9d31f37
BLAKE2b-256 fb910a15873a188f64b79254b0674cc0055e21c30c8b557efaf7ce9c0512e99e

See more details on using hashes here.

Provenance

The following attestation bundles were made for whitespacesv-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on audivir/whitespacesv

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

File details

Details for the file whitespacesv-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for whitespacesv-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 40c59e80231f971ab846b26305309ff8daef8d9f8f5b2f72ad0ee6d81e681776
MD5 de8115756dcb907c6380e3da6c6b9d4d
BLAKE2b-256 24cb17943fc3fd930d36b59f5a6800a1ea2dff9c1a7dc2d0b41ffbd654cc30e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for whitespacesv-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on audivir/whitespacesv

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

File details

Details for the file whitespacesv-0.2.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for whitespacesv-0.2.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ace1f93357e8f4f977080e73e41c529c2f3bd40395d5a7dbe738056a05e80738
MD5 ed9a556d7583684f13a8ba5194a369ff
BLAKE2b-256 87a75140e1e1ff6e3690063022fc51b5d1a65954aa9ca7352d2027bcd97d3aa6

See more details on using hashes here.

Provenance

The following attestation bundles were made for whitespacesv-0.2.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release.yml on audivir/whitespacesv

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

File details

Details for the file whitespacesv-0.2.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for whitespacesv-0.2.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8393716cb9006996ccbf38c85e66a9515f27319a665abd6936ec6729bc2fd7f0
MD5 b377b74c0a48099d2528eb1eb5ee3b7e
BLAKE2b-256 4b21e54f72dcb0a2fd9b40398849b65f2137bd5ecdf2e9ce122d92641eb8e01a

See more details on using hashes here.

Provenance

The following attestation bundles were made for whitespacesv-0.2.0-cp311-cp311-win_amd64.whl:

Publisher: release.yml on audivir/whitespacesv

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

File details

Details for the file whitespacesv-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for whitespacesv-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 04fff78a57ef16de7cabc579f2751e8cb83d9c8eb6bb130d3b75cc2ae8404898
MD5 9f305f0405d79984c8342b184d4c4d26
BLAKE2b-256 4e07539ad37a4bff6f6293e34dfda05789dbf616b4c5bf2c267d756423abf9e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for whitespacesv-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on audivir/whitespacesv

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

File details

Details for the file whitespacesv-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for whitespacesv-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 12c67491ed12f60f9831e694fcfe1b7f4062b5854ba16a884d029dda06922640
MD5 0e3d61fd30782fd606baaf577c666d93
BLAKE2b-256 ebc8bbce775471774cdd4fed6d330aa9e8541f43960ec1bdb352db6292a90529

See more details on using hashes here.

Provenance

The following attestation bundles were made for whitespacesv-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on audivir/whitespacesv

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

File details

Details for the file whitespacesv-0.2.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for whitespacesv-0.2.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bfcc89390aa31c409930844f0274363244fb1c10adb229ec9cf8dacc48761fdb
MD5 3145b2e92b1f4b863365eed8e7598483
BLAKE2b-256 16fbca904c42d8c06d439896a70d584253f3a28fed0c397a642c02e5c3c11c23

See more details on using hashes here.

Provenance

The following attestation bundles were made for whitespacesv-0.2.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release.yml on audivir/whitespacesv

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

File details

Details for the file whitespacesv-0.2.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for whitespacesv-0.2.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 01d28fbeed91f6ca03ab49a40c13cb65b8d9734cc8ecc5c1eba5f53ead850780
MD5 aa8128944f544aaadaf7857f8f06de3c
BLAKE2b-256 2e01789707d21bebfe65f09af48ba624f76af90c3e6ce0f5199d175c48153722

See more details on using hashes here.

Provenance

The following attestation bundles were made for whitespacesv-0.2.0-cp310-cp310-win_amd64.whl:

Publisher: release.yml on audivir/whitespacesv

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

File details

Details for the file whitespacesv-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for whitespacesv-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a4a66637a7d551926003c73682b209ada8fa6420548b9d2fbb9ff8aac430225b
MD5 13755ca3a450fe2d7138c628a0971a74
BLAKE2b-256 394237fcfbc8a50990f9c87864413139924cf7e429d6fa5979185fcfd272bd76

See more details on using hashes here.

Provenance

The following attestation bundles were made for whitespacesv-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on audivir/whitespacesv

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

File details

Details for the file whitespacesv-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for whitespacesv-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ea4af454f2c7358f00804f70c77f7c960f7bce4a271cb020b6251e9be6e03620
MD5 5c8928710a59395214749f4a73def2a9
BLAKE2b-256 18f9122cda1eefc7c409eefad75a560ebeea90eeb334237e7af60cde1586dec3

See more details on using hashes here.

Provenance

The following attestation bundles were made for whitespacesv-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on audivir/whitespacesv

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

Release history Release notifications | RSS feed

This release

0.2.0 This release

24 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page