Skip to main content

A high-performance WARC parsing library for Python written in C++/Cython.

Project description

FastWARC

FastWARC is a high-performance WARC parsing library for Python written in C++/Cython. The API is inspired in large parts by WARCIO, but does not aim at being a drop-in replacement. FastWARC supports compressed and uncompressed WARC/1.0 and WARC/1.1 streams. Supported compression algorithms are GZip and LZ4.

FastWARC belongs to the ChatNoir Resiliparse toolkit for fast and robust web data processing.

Installing FastWARC

Pre-built FastWARC binaries for most Linux platforms can be installed from PyPi:

pip install fastwarc

However: the Linux binaries are provided solely for your convenience. Since they are built on the very old manylinux base system for better compatibility, their performance isn't optimal (though still better than WARCIO). For best performance, see the next section on how to build FastWARC yourself.

Building FastWARC From Source

You can compile FastWARC either from the PyPi source package or directly from this repository, though in any case, you need to install all required build-time dependencies first. On Ubuntu, this is done as follows:

sudo apt install build-essential python3-dev zlib1g-dev liblz4-dev

To build and install FastWARC from PyPi, run

pip install --no-binary fastwarc fastwarc

That's it. If you prefer to build and install directly from this repository instead, run:

pip install -e fastwarc

To build the wheels without installing them, run:

pip wheel -e fastwarc

# Or:
pip install build && python -m build --wheel fastwarc

Usage Instructions

For detailed usage instructions, please consult the FastWARC User Manual.

Cite Us

If you use FastWARC, please consider citing our OSSYM 2021 abstract paper:

@InProceedings{bevendorff:2021,
  author =                {Janek Bevendorff and Martin Potthast and Benno Stein},
  booktitle =             {3rd International Symposium on Open Search Technology (OSSYM 2021)},
  editor =                {Andreas Wagner and Christian Guetl and Michael Granitzer and Stefan Voigt},
  month =                 oct,
  publisher =             {International Open Search Symposium},
  site =                  {CERN, Geneva, Switzerland},
  title =                 {{FastWARC: Optimizing Large-Scale Web Archive Analytics}},
  year =                  2021
}

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

fastwarc-0.15.2.tar.gz (44.9 kB view details)

Uploaded Source

Built Distributions

fastwarc-0.15.2-cp313-cp313-win_amd64.whl (585.6 kB view details)

Uploaded CPython 3.13Windows x86-64

fastwarc-0.15.2-cp313-cp313-manylinux_2_28_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

fastwarc-0.15.2-cp313-cp313-manylinux_2_28_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

fastwarc-0.15.2-cp313-cp313-macosx_12_0_x86_64.whl (484.2 kB view details)

Uploaded CPython 3.13macOS 12.0+ x86-64

fastwarc-0.15.2-cp313-cp313-macosx_12_0_arm64.whl (435.1 kB view details)

Uploaded CPython 3.13macOS 12.0+ ARM64

fastwarc-0.15.2-cp312-cp312-win_amd64.whl (586.6 kB view details)

Uploaded CPython 3.12Windows x86-64

fastwarc-0.15.2-cp312-cp312-manylinux_2_28_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

fastwarc-0.15.2-cp312-cp312-manylinux_2_28_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

fastwarc-0.15.2-cp312-cp312-macosx_12_0_x86_64.whl (489.7 kB view details)

Uploaded CPython 3.12macOS 12.0+ x86-64

fastwarc-0.15.2-cp312-cp312-macosx_12_0_arm64.whl (439.1 kB view details)

Uploaded CPython 3.12macOS 12.0+ ARM64

fastwarc-0.15.2-cp311-cp311-win_amd64.whl (592.4 kB view details)

Uploaded CPython 3.11Windows x86-64

fastwarc-0.15.2-cp311-cp311-manylinux_2_28_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

fastwarc-0.15.2-cp311-cp311-manylinux_2_28_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

fastwarc-0.15.2-cp311-cp311-macosx_12_0_x86_64.whl (493.0 kB view details)

Uploaded CPython 3.11macOS 12.0+ x86-64

fastwarc-0.15.2-cp311-cp311-macosx_12_0_arm64.whl (441.2 kB view details)

Uploaded CPython 3.11macOS 12.0+ ARM64

fastwarc-0.15.2-cp310-cp310-win_amd64.whl (590.1 kB view details)

Uploaded CPython 3.10Windows x86-64

fastwarc-0.15.2-cp310-cp310-manylinux_2_28_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

fastwarc-0.15.2-cp310-cp310-manylinux_2_28_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

fastwarc-0.15.2-cp310-cp310-macosx_12_0_x86_64.whl (490.0 kB view details)

Uploaded CPython 3.10macOS 12.0+ x86-64

fastwarc-0.15.2-cp310-cp310-macosx_12_0_arm64.whl (439.4 kB view details)

Uploaded CPython 3.10macOS 12.0+ ARM64

fastwarc-0.15.2-cp39-cp39-win_amd64.whl (591.7 kB view details)

Uploaded CPython 3.9Windows x86-64

fastwarc-0.15.2-cp39-cp39-manylinux_2_28_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

fastwarc-0.15.2-cp39-cp39-macosx_12_0_x86_64.whl (491.3 kB view details)

Uploaded CPython 3.9macOS 12.0+ x86-64

fastwarc-0.15.2-cp39-cp39-macosx_12_0_arm64.whl (440.7 kB view details)

Uploaded CPython 3.9macOS 12.0+ ARM64

fastwarc-0.15.2-cp38-cp38-win_amd64.whl (609.0 kB view details)

Uploaded CPython 3.8Windows x86-64

fastwarc-0.15.2-cp38-cp38-manylinux_2_28_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.28+ x86-64

fastwarc-0.15.2-cp38-cp38-macosx_12_0_x86_64.whl (490.5 kB view details)

Uploaded CPython 3.8macOS 12.0+ x86-64

fastwarc-0.15.2-cp38-cp38-macosx_12_0_arm64.whl (440.6 kB view details)

Uploaded CPython 3.8macOS 12.0+ ARM64

File details

Details for the file fastwarc-0.15.2.tar.gz.

File metadata

  • Download URL: fastwarc-0.15.2.tar.gz
  • Upload date:
  • Size: 44.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for fastwarc-0.15.2.tar.gz
Algorithm Hash digest
SHA256 529e5b58a9707d4e873e30bc63a9c05adfb80e49fe5154ea7c4569d2c217eb9c
MD5 2d930717fe4816f82fa33efb8066580c
BLAKE2b-256 9f756579b89c119ca75857d9fe328c0dcb05846350b16b456e9d40e91089ec75

See more details on using hashes here.

File details

Details for the file fastwarc-0.15.2-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: fastwarc-0.15.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 585.6 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for fastwarc-0.15.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 3b7c69bb694ef2a65e3e3af32f448e581defbe87691cae9bda6aebb4ef5532bd
MD5 db4f2626793f2514710823af6a1433ad
BLAKE2b-256 557cd7cd6f795c79ae462e9d6b5b7e65b23813c2c6a9b7654b51ac1945587499

See more details on using hashes here.

File details

Details for the file fastwarc-0.15.2-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fastwarc-0.15.2-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e16b86b348f81450ee7905189a5a49b848fcb6f4171b2c47360ae47ffd8d5c59
MD5 1ed7835821645772fe8e39e0b7df9b90
BLAKE2b-256 1be560d358d40b88f32125fe715ffc8dcbc4a769865a7a188bee45cf2f3f116d

See more details on using hashes here.

File details

Details for the file fastwarc-0.15.2-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for fastwarc-0.15.2-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a52d3e37dc25100636e4954a410f63722ed8de6f56541034d3e0ee978fd82a93
MD5 adeb0a84db40c97d21ec81466ff57319
BLAKE2b-256 9e74f07ac274c4fa1915bdc2f15e5e2c663f1010b6a61f8efcffb18041e345b8

See more details on using hashes here.

File details

Details for the file fastwarc-0.15.2-cp313-cp313-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for fastwarc-0.15.2-cp313-cp313-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 4a961d3b915531d920489e39575f036da217452bada15ce10308d2527326e586
MD5 cc088907ee337398496a4fa56bfe634d
BLAKE2b-256 c914514ddb826d89a8268a266ae8674a570e47a730dcb028564aef305a50c487

See more details on using hashes here.

File details

Details for the file fastwarc-0.15.2-cp313-cp313-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for fastwarc-0.15.2-cp313-cp313-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 71fdde75446add0a7e48b0cbcb13e9f62d48cac6e85bc38e39812a5a493e59d3
MD5 771d744e90865d0176d7a74ead6c74c0
BLAKE2b-256 977b3d1e9576855dd6dc1379b2b0ddbad18653f9ce94f779a0dcb1b45cede264

See more details on using hashes here.

File details

Details for the file fastwarc-0.15.2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: fastwarc-0.15.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 586.6 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for fastwarc-0.15.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ffca5074ab6ac8b2cda6903cc3c8b70467ead71ad90b549f91b759771f5c5f89
MD5 969829c32da3c265dd004d3e6be4bff8
BLAKE2b-256 a16f9889f465b36803e2665031dd7c47e8a09bfdd6445fb911ac89b00131ddb9

See more details on using hashes here.

File details

Details for the file fastwarc-0.15.2-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fastwarc-0.15.2-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c7f4ff966b7437dd0f02d749bf31ef855f9336c527e7844f94effee85e41c604
MD5 28bae330ec34ad962867707caac06ed0
BLAKE2b-256 83a3c03af421a1bc9c9ae2e6fb460c3f055195b899600bec27a4525d8bc30e86

See more details on using hashes here.

File details

Details for the file fastwarc-0.15.2-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for fastwarc-0.15.2-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 79853a5434d99927df9b1acc648b8b3c0723031f69cf4e9ffe4648799a307867
MD5 899c2564f612037589aff322e8c15710
BLAKE2b-256 435062c77b2003ecb3fbf72b107cc619bf4fa63f6cfa889ce11bd96d0128b549

See more details on using hashes here.

File details

Details for the file fastwarc-0.15.2-cp312-cp312-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for fastwarc-0.15.2-cp312-cp312-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 4753a4929ae94f66a5e4d172cb76812544cfa030f8073a5956d496c2898c9a97
MD5 e5aad63299338dd6790fa1325b7b1151
BLAKE2b-256 737582bcb87cee7ead40a6e168249f110bc88c52845ee805ff7aee8af0cac571

See more details on using hashes here.

File details

Details for the file fastwarc-0.15.2-cp312-cp312-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for fastwarc-0.15.2-cp312-cp312-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 43f32e6d315bf56fdc7897c2de83af22d55aead35e1baf61946e05816e186d9e
MD5 6dbc6c65ca3f46a204ed02cc8fecdc38
BLAKE2b-256 e153051ca3346f1c3e0441cce7df7286a7278c2695f2977cb15b8d22d2d4cff5

See more details on using hashes here.

File details

Details for the file fastwarc-0.15.2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: fastwarc-0.15.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 592.4 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for fastwarc-0.15.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8fe6f19bfb6e7280e86967ea885009fb2a9907ffe8d1a530376f973126524ff9
MD5 703430dcb5c30a1b36c3fa671842edf6
BLAKE2b-256 6f4d0126322ce9a40e83301ee43f9a4027e14fd7569f1c856488fa7bf2b71e4d

See more details on using hashes here.

File details

Details for the file fastwarc-0.15.2-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fastwarc-0.15.2-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 48500046d9740a4ac8c2e7509ddfa111866e6c0b41a314d955dc4cf888b66676
MD5 8fe420552b6772f0e4eed68c21b52b95
BLAKE2b-256 fdeb2df6d717488e52f0616391f980c8c0ac88e76b81acb76d127f85f8f3df42

See more details on using hashes here.

File details

Details for the file fastwarc-0.15.2-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for fastwarc-0.15.2-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d24397559775483f50b1df1d3be8ab5a20b169b1603ad59687c854a4bbab2151
MD5 b2e50ee915f2c5591216fc65d7becea5
BLAKE2b-256 59e5b96871c212d7aa3b5ea395cd2c5d8bd3f8d282464eef90ecfd84b96415a8

See more details on using hashes here.

File details

Details for the file fastwarc-0.15.2-cp311-cp311-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for fastwarc-0.15.2-cp311-cp311-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 5bbd96ff3505f84b92743114be63b8fdfe1e88c82cb1c5784df57676e350448a
MD5 b9720d3cc1f8fb6411ddc6e19701e310
BLAKE2b-256 7c511b0ebf224d6240e84971fcfbcb4e8ab72afcb5aeea247e7f02ac964dba2d

See more details on using hashes here.

File details

Details for the file fastwarc-0.15.2-cp311-cp311-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for fastwarc-0.15.2-cp311-cp311-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 8054151212105f42cc0934115f2ccb4929055c0ffd6a06962e623f9ce52d0e52
MD5 96864e271f045d90429b1b7a9a328b7e
BLAKE2b-256 c94fb6e2d5475d4f7e7c8d324fbbd2bf88ee7f6f9cb295f866d583db08a79563

See more details on using hashes here.

File details

Details for the file fastwarc-0.15.2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: fastwarc-0.15.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 590.1 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for fastwarc-0.15.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5dd8496cbe478d43c0ed7e0298f055e7e3b1c97969b724c76c833f7cc733726b
MD5 798a6b94dc1851a7b082dbd6fbf98c85
BLAKE2b-256 7ff809c3230f86dccfa5b99a1150846e539bb48299235ae31ca7881be199b57c

See more details on using hashes here.

File details

Details for the file fastwarc-0.15.2-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fastwarc-0.15.2-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 aa5729d6214a477cec8b95e5c241448270fd3f1bca22164a4e31afafa9c07e62
MD5 9abdcdb7bbaea2b3d25f6f4e834a1108
BLAKE2b-256 22fffe26244116ff941ada02652840f9e30f03b14f26ce8e53b81e72f28c12f7

See more details on using hashes here.

File details

Details for the file fastwarc-0.15.2-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for fastwarc-0.15.2-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 07a89091acff5c34fcca319bcb71044cf4e86a85de57d2027d0227fa82f8d4e6
MD5 c539332205214adf1934b426f6466f69
BLAKE2b-256 02b05ae8847d5574ada3ba9fcb85a69ca477d7da4c2db3d0c23555f9fec6db08

See more details on using hashes here.

File details

Details for the file fastwarc-0.15.2-cp310-cp310-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for fastwarc-0.15.2-cp310-cp310-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 25a3d9fc34f306ad0a1214c200e1fb179fd6aaac711b97b146c4405d666a3f31
MD5 e717621597d2d1e4f31018dbd69215c0
BLAKE2b-256 c592ebf18fef9adfb3c3310430d7f3d899240317c7a89b7baa83feb989b10274

See more details on using hashes here.

File details

Details for the file fastwarc-0.15.2-cp310-cp310-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for fastwarc-0.15.2-cp310-cp310-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 74e3eaa524625f5bfb477cc933b1c5f6de818e38b2bdffc0721d23d9fb733ddf
MD5 9e8b0a0bed04d38bbe403a836cb23197
BLAKE2b-256 d02bcee85100872becdb0e681474317149211b9e43021e969c5a69fdb03f6a2f

See more details on using hashes here.

File details

Details for the file fastwarc-0.15.2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: fastwarc-0.15.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 591.7 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for fastwarc-0.15.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 95398376de6dd2404faf0848d4df3df0ccab1a8811452abc8a0c069fa65d4faf
MD5 f663461bee03490cee8d178635b1f8a6
BLAKE2b-256 490c8f877ae8a4a7afc0a80881d457a277ef39a72aa31623e16d562cc221c1c3

See more details on using hashes here.

File details

Details for the file fastwarc-0.15.2-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fastwarc-0.15.2-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 630f49d8402b22ca60577c34b1c400bdd0f4d69c013b02114ca79c9068e3b619
MD5 e463bb8ae12e9a9eacb8724e58f06b10
BLAKE2b-256 d2229909f9edb51e415320e393b5f5c4593371762167f18a7780189b39e89dff

See more details on using hashes here.

File details

Details for the file fastwarc-0.15.2-cp39-cp39-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for fastwarc-0.15.2-cp39-cp39-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 62921847130edffe5201d907177ecc54c95a86b8a97d60104713ab4d1b704356
MD5 09c9e7991c76e0ee2cb573e23aea6cda
BLAKE2b-256 c1992740f7c41365c80b13474ed44471b5f125a71bd484df7ca4971ffb91f116

See more details on using hashes here.

File details

Details for the file fastwarc-0.15.2-cp39-cp39-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for fastwarc-0.15.2-cp39-cp39-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 b5686f788db6b8e63a305c62f61622bc72bb51d93e0e70886ef3220eb4e973e3
MD5 29883147f1492f8de1833f77567d4662
BLAKE2b-256 73b3beba580c674b1830d7a2d05d1b03f4041f5dabc42f913f44af1ca4b41c24

See more details on using hashes here.

File details

Details for the file fastwarc-0.15.2-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: fastwarc-0.15.2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 609.0 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for fastwarc-0.15.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 b3e3084f56556caf07b238a9113a0652d3b6bc6dacfb84361de2062b3876cada
MD5 912f781180545b661c8922cc321efce9
BLAKE2b-256 23e546ad612ff253ebf212c070e926c3028260000f433cf9fd006bce7bc445e4

See more details on using hashes here.

File details

Details for the file fastwarc-0.15.2-cp38-cp38-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fastwarc-0.15.2-cp38-cp38-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 68f8d59b9007dc1694ab8f5ce802348599309d005958e56cc1526d71a20adde7
MD5 1ae29ab35da3209ff7d6fa7d66b7d74e
BLAKE2b-256 032a7b97c4ccacf52fb29ffad795b7822d0580f185f0ed113291d800024d1d3c

See more details on using hashes here.

File details

Details for the file fastwarc-0.15.2-cp38-cp38-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for fastwarc-0.15.2-cp38-cp38-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 b202bc84bdc74c4a227e10afee555c8a53e98a96eae073b71803a87f945e1842
MD5 ead1ad3c0f325b9dc3faa9a98d96641b
BLAKE2b-256 f42ff2ca1f7f967a895b20524abb99793a5bd5d7ae8939bd225df4e015922b58

See more details on using hashes here.

File details

Details for the file fastwarc-0.15.2-cp38-cp38-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for fastwarc-0.15.2-cp38-cp38-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 2c90469beec689b656451c974c9d0ddf7a3dfb27001c3d13826f667b850d8d0d
MD5 a1bea3cd37872813db372d9ee471ba27
BLAKE2b-256 b3eb92f125dfe51229250b682738d42a4cf38021ab80dda767176934d625488b

See more details on using hashes here.

Supported by

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