Skip to main content

A collection of robust and fast processing tools for parsing and analyzing (not only) web archive data.

Project description

ChatNoir Resiliparse

A collection of robust and fast processing tools for parsing and analyzing web archive data written in Rust and Cython/C++ with bindings for Python.

Resiliparse is a part of the ChatNoir web analytics toolkit.

Installing Resiliparse

Pre-built Resiliparse binaries can be installed from PyPi:

pip install resiliparse

Building Resiliparse From Source

To build Resiliparse from sources, you need to install all required build-time dependencies listed in vcpkg.json. It's possible to install them globally via your package manager, but the easiest and most consistent way is to use vcpkg:

# Install vcpkg itself (skip if you have a working vcpkg installation already)
git clone https://github.com/Microsoft/vcpkg
./vcpkg/bootstrap-vcpkg.sh

# Install dependencies to vcpkg_installed (must be run from sources root)
./vcpkg/vcpkg install --triplet=x64-linux

Replace the triplet value with one suitable for your platform. Valid values are: x64-windows, x64-osx, arm64-osx, aarch64-linux (or any of the vcpkg default triplets).

After installing the dependencies, you can build the actual Python packages:

# Create a fresh venv first (recommended)
python3 -m venv venv && source venv/bin/activate

# Option 1: Build and install in editable mode (best for development)
python3 -m pip install -e ./resiliparse-py

# Option 2 (alternative): Build and install wheels in separate steps (best for redistribution)
python3 -m pip wheel -w build ./resiliparse-py
ls ./build/*.whl | xargs python3 -m pip install

In most cases, the build routine should be smart enough to detect the location of the installed vcpkg dependencies. However, in some cases you may be getting errors about missing header files or undefined symbols. This can happen if you don't build from the source repository, use Python's new build module, or run pip wheel with --isolated. To work around that, set the RESILIPARSE_VCPKG_PATH environment variable to the absolute path of the vcpkg installation directory:

export RESILIPARSE_VCPKG_PATH="$(pwd)/vcpkg_installed"

NOTE: Unless you fix up the wheels to embed the linked shared libraries ( via auditwheel on Linux, delocate-wheel on macOS, or delvewheel on Windows), you will have to add the vcpkg library directory ( vcpkg_installed/TRIPLET/lib) to your library search path to use them. On Linux, add the directory path to the LD_LIBRARY_PATH environment variable, on macOS to DYLD_LIBRARY_PATH. On Windows, you have to add the directory to the Path environment variable.

Here's an example of how to use auditwheel on Linux to fix up the build wheels:

LD_LIBRARY_PATH=$(pwd)/vcpkg_installed/x64-linux/lib \
  auditwheel repair --plat linux_x86_64 build/Resiliparse*.whl

(Please note that linux_x86_64 platform wheels are not suitable for general redistribution.)

Usage Instructions

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

Cite Us

If you use ChatNoir or Resiliparse, please consider citing our ECIR 2018 demo paper:

@InProceedings{bevendorff:2018,
  address =             {Berlin Heidelberg New York},
  author =              {Janek Bevendorff and Benno Stein and Matthias Hagen and Martin Potthast},
  booktitle =           {Advances in Information Retrieval. 40th European Conference on IR Research (ECIR 2018)},
  editor =              {Leif Azzopardi and Allan Hanbury and Gabriella Pasi and Benjamin Piwowarski},
  month =               mar,
  publisher =           {Springer},
  series =              {Lecture Notes in Computer Science},
  site =                {Grenoble, France},
  title =               {{Elastic ChatNoir: Search Engine for the ClueWeb and the Common Crawl}},
  year =                2018
}

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

resiliparse-1.0.0.tar.gz (94.8 kB view details)

Uploaded Source

Built Distributions

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

resiliparse-1.0.0-cp314-cp314t-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.14tWindows x86-64

resiliparse-1.0.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

resiliparse-1.0.0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (5.6 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

resiliparse-1.0.0-cp314-cp314t-macosx_12_0_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.14tmacOS 12.0+ x86-64

resiliparse-1.0.0-cp314-cp314t-macosx_12_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.14tmacOS 12.0+ ARM64

resiliparse-1.0.0-cp314-cp314-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.14Windows x86-64

resiliparse-1.0.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

resiliparse-1.0.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (5.3 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

resiliparse-1.0.0-cp314-cp314-macosx_12_0_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.14macOS 12.0+ x86-64

resiliparse-1.0.0-cp314-cp314-macosx_12_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.14macOS 12.0+ ARM64

resiliparse-1.0.0-cp313-cp313-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.13Windows x86-64

resiliparse-1.0.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

resiliparse-1.0.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (5.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

resiliparse-1.0.0-cp313-cp313-macosx_12_0_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.13macOS 12.0+ x86-64

resiliparse-1.0.0-cp313-cp313-macosx_12_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.13macOS 12.0+ ARM64

resiliparse-1.0.0-cp312-cp312-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.12Windows x86-64

resiliparse-1.0.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

resiliparse-1.0.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (5.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

resiliparse-1.0.0-cp312-cp312-macosx_12_0_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.12macOS 12.0+ x86-64

resiliparse-1.0.0-cp312-cp312-macosx_12_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.12macOS 12.0+ ARM64

resiliparse-1.0.0-cp311-cp311-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.11Windows x86-64

resiliparse-1.0.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

resiliparse-1.0.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (5.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

resiliparse-1.0.0-cp311-cp311-macosx_12_0_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.11macOS 12.0+ x86-64

resiliparse-1.0.0-cp311-cp311-macosx_12_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.11macOS 12.0+ ARM64

resiliparse-1.0.0-cp310-cp310-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.10Windows x86-64

resiliparse-1.0.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (5.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

resiliparse-1.0.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (5.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

resiliparse-1.0.0-cp310-cp310-macosx_12_0_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.10macOS 12.0+ x86-64

resiliparse-1.0.0-cp310-cp310-macosx_12_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.10macOS 12.0+ ARM64

File details

Details for the file resiliparse-1.0.0.tar.gz.

File metadata

  • Download URL: resiliparse-1.0.0.tar.gz
  • Upload date:
  • Size: 94.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for resiliparse-1.0.0.tar.gz
Algorithm Hash digest
SHA256 ae75d37596ac677857f93749e15766a342d9d46d794aa6c01a686e7b42c169ed
MD5 bf36941539da0e5a29ee81088b103838
BLAKE2b-256 6884f27210924d3b1596bb129eb9513809b6627b380ea17d20da094d18761c9f

See more details on using hashes here.

File details

Details for the file resiliparse-1.0.0-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for resiliparse-1.0.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 b6e006ad446acc265ae1d51ad05c27a8480a5c26a64de3996d73bc91d7cb5b7c
MD5 7ca6d49e5689d22adced76e786ba1793
BLAKE2b-256 ab18b4c595740dfd506140a898d49675198c724913eeb48a7c599a6c4406b2c3

See more details on using hashes here.

File details

Details for the file resiliparse-1.0.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for resiliparse-1.0.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0c1ed04527ce79e890d7ce1f20f98cca77bfc50634b6333e80bad376ab3491a4
MD5 34fe73e810935d75ab5c5178593e0a77
BLAKE2b-256 dddc7b939e48d718cd50f9ffcea3f4db2c5df26c033429bfdb5ce3d476299405

See more details on using hashes here.

File details

Details for the file resiliparse-1.0.0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for resiliparse-1.0.0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0dc4fdefdb22fbade6aeaa4ee2a11ef265855b6f4118f0f456f527ebe459dc0b
MD5 c91cd9bebf36a29573696d736c8b3d71
BLAKE2b-256 972a2d02fbb76938ad3d1a7c0a87659927b38f924aadec39fac0e1107cbfe20e

See more details on using hashes here.

File details

Details for the file resiliparse-1.0.0-cp314-cp314t-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for resiliparse-1.0.0-cp314-cp314t-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 77d13fb32f067941a76208e34d41a6251c08bbf5e7e8a97b19cf477abc192b18
MD5 71af23cb89f55912024ea7d93148ce32
BLAKE2b-256 233e84a8a828c6208013b20d8f318b24d053bd731fb2fda2863969e55fe10a61

See more details on using hashes here.

File details

Details for the file resiliparse-1.0.0-cp314-cp314t-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for resiliparse-1.0.0-cp314-cp314t-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 2790465bdb97b16d782be5c5214113a5fd78ace2637ba926cfe38cb90d057fed
MD5 873d347c22b1ca1e29a213a35622a44c
BLAKE2b-256 97b1c8d52a930c891ea9d601260c678463c7e54bff317962a769e717fe430759

See more details on using hashes here.

File details

Details for the file resiliparse-1.0.0-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for resiliparse-1.0.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 b5b3e1485ec716b7f25550e12a24fe76334f9e9844c329b890bb444e60056a15
MD5 0c508412d3557a8697f83a9fe48a8c25
BLAKE2b-256 f234ca35a78fd7ea3552a4efac952cb88d9507e204cb6254fc29b688550180ab

See more details on using hashes here.

File details

Details for the file resiliparse-1.0.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for resiliparse-1.0.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5d970dc37690eb612db6fa3c92a45f552a1ed1acccdd5d5b0a07d852175047a7
MD5 cd6065f440b90b8fcfd2964a06a00063
BLAKE2b-256 4aba196afe27244f372a20d20a5e1a59f2ce07517252c56eeee92f04618019d3

See more details on using hashes here.

File details

Details for the file resiliparse-1.0.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for resiliparse-1.0.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 dd9ff8b9fc242d8057a24f96bc481c908c2a855efd552e2b43f6df9805312a23
MD5 16ad8ca82daefd3cd0bd58bd3d6593e8
BLAKE2b-256 d9bf99b7377901c9852116422710f2941955ae2fbcaeb76dd0e6c1ae9a4de308

See more details on using hashes here.

File details

Details for the file resiliparse-1.0.0-cp314-cp314-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for resiliparse-1.0.0-cp314-cp314-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 bbd57954d8790a8084786dbfcc5689ad6ae5ab21ef72d7503449b7ebbcb84fae
MD5 55759c37c960e7285cef9647322edda5
BLAKE2b-256 92e442c333c1f4bda5e56564c942b84ede699bb4bf39d148fdde657b2971a9d4

See more details on using hashes here.

File details

Details for the file resiliparse-1.0.0-cp314-cp314-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for resiliparse-1.0.0-cp314-cp314-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 06ad9cebe48100ddb380562f42e882ea0b06bce1bca558abf87d8a5d7ad25687
MD5 f15b64cee649941b27f0911c5dc39969
BLAKE2b-256 a6507e42a0bd68c3bf3a10d36a77ae31f7616fd8316e96800b0f17e4408817e7

See more details on using hashes here.

File details

Details for the file resiliparse-1.0.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for resiliparse-1.0.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 7b30b780ee4a051a5fe8558a7f7ef4a14bf2bd9a227296854d8952aa0291f9a1
MD5 5b56008db26461edc5a6eb59c08e7179
BLAKE2b-256 5785c3b5fd7549e2be112da3974b3b97be8427a13e5897a2529fa01c22e5dbb8

See more details on using hashes here.

File details

Details for the file resiliparse-1.0.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for resiliparse-1.0.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f20b6c067853df489c6d221029322d5d3c52c1544954ab66d1a72b6477c30b54
MD5 5ed39b816a565739489381822dbc1a1d
BLAKE2b-256 ab609a0f66a5fe422c858baeec76756ae8dfe19135cd90b722fba305d685f35d

See more details on using hashes here.

File details

Details for the file resiliparse-1.0.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for resiliparse-1.0.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d4da02f6789b4f877b8c8496a130c9710d2f41d0dbbeaf33533c02cd5d3dd15e
MD5 96d692d64ecce45340b9a97fc6e4c24a
BLAKE2b-256 0ee31aea7b0401c7ed1c08181570c0eb3aae73e84cd7f9faea7a3ad3f994a3d8

See more details on using hashes here.

File details

Details for the file resiliparse-1.0.0-cp313-cp313-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for resiliparse-1.0.0-cp313-cp313-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 4c0c2cdea65709d74b2e1e78c78470417450c544591b159986ff0eccf9a2c1a3
MD5 73980da1bfdae5e0fd273e2dd7671722
BLAKE2b-256 09a0968b23a3a0c80da2f74861673d80859c9306b5c8fb0065c23ea22c52c1f8

See more details on using hashes here.

File details

Details for the file resiliparse-1.0.0-cp313-cp313-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for resiliparse-1.0.0-cp313-cp313-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 ffda5601b6a76ca78cfe754d0f5547604dd0d8a64a95890a4603c4f03e85f4a7
MD5 18f5aacd06bb2806ba201abf00bdf632
BLAKE2b-256 9c85680c0bb60f265bf671b1d42513bd47b74f4c75732218f37184d8a9c0ad24

See more details on using hashes here.

File details

Details for the file resiliparse-1.0.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for resiliparse-1.0.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 8e66acaa2c318d72cef63c9d1dcd9194b53da212e90d509361dcde754b9dd7c6
MD5 e4889be09836725becc2778ce4d0d4a5
BLAKE2b-256 245531afeff6b01313ee941a9ef6972f8c9e21e972f21566792958613ee1d3ba

See more details on using hashes here.

File details

Details for the file resiliparse-1.0.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for resiliparse-1.0.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9c118502e77e3ad03f6d4bdb1d05e72d21659bd6b66c23eba2d44bf00bd39e92
MD5 ce0631b4e4fe8af8dd51311711d6b8c1
BLAKE2b-256 ceb1e811becfe94e612466afb9d7c65c285e8607610931532515ed309222a820

See more details on using hashes here.

File details

Details for the file resiliparse-1.0.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for resiliparse-1.0.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c9e6f564bd817240a2b33fb9472f06912633845b846d0729b5bea4fc0a9e9ca0
MD5 6a44e87f5fa8943f1bcf18c8a34f6b64
BLAKE2b-256 cf60ecd00477f87cf18fb9a3b51102527f9ffba8d8191b878995ce3833529741

See more details on using hashes here.

File details

Details for the file resiliparse-1.0.0-cp312-cp312-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for resiliparse-1.0.0-cp312-cp312-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 6bb609f320c1a8162facaf3e080cfee77014e93b6d940e768d99553a93dc1319
MD5 11fc051b9f0f2fd49b78a80b1be0b9cb
BLAKE2b-256 358ce10852ecac5308e8a44978bd2f36f1d8993e0559ab9de7acc437a5812a79

See more details on using hashes here.

File details

Details for the file resiliparse-1.0.0-cp312-cp312-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for resiliparse-1.0.0-cp312-cp312-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 034e39b5fc2fa6f7757bb02ff9e9502814d88ebe006b6ce1fca3f7f1257c3758
MD5 af46e095eb4a33a1e444a23f44313e8e
BLAKE2b-256 f63470e61017d4681ac447f036cd43b04d67d7b980ac63e3d04d85c52977e1af

See more details on using hashes here.

File details

Details for the file resiliparse-1.0.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for resiliparse-1.0.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 9c8f6d2d2532e10d33287f724367637a6346f781a3177d94598bda29db37d264
MD5 dfc1ffb25d0c47bb5616ef142cce9412
BLAKE2b-256 ee2b592df18152f282e6a93774329c7b219be87bb1e258e1c3ced5d2ed5cabaa

See more details on using hashes here.

File details

Details for the file resiliparse-1.0.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for resiliparse-1.0.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 765491445f73c791c5e42cf42211e0a5eaaff8f4d8455320f21ba28488bd6877
MD5 990f8d3b07f69330741282fa3ef590b7
BLAKE2b-256 bfd95046a8586f2d6f450177dd2161e80dee0f117a5c0726209227c41dad408c

See more details on using hashes here.

File details

Details for the file resiliparse-1.0.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for resiliparse-1.0.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1de34bedb1d472379aac9e5826333bb64844db049538e1dc7d99cc882911e25d
MD5 d7d9a00f639ef4f808853db24678f031
BLAKE2b-256 8a287742e55b88329a86bb6729ab6a740cf1cfbfd0ca50461353845894e0ef3f

See more details on using hashes here.

File details

Details for the file resiliparse-1.0.0-cp311-cp311-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for resiliparse-1.0.0-cp311-cp311-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 f15315102557382f08f7f36dd44ba6bcc8e4550efb546b621ce168542f518208
MD5 c9b3e61d55de44dc92991bf767a2dc34
BLAKE2b-256 c0bdf8b7100a4f4bac1711f2acd519424bb46f244c30d1c9d8051c2a3eb5dc22

See more details on using hashes here.

File details

Details for the file resiliparse-1.0.0-cp311-cp311-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for resiliparse-1.0.0-cp311-cp311-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 f48c90b80e3291412cba2b0ef2761db6794d9161d4351c519a33512ffde12a9f
MD5 3d24dcaccce3786519fcd6f0c964a312
BLAKE2b-256 9fc4745edc67e13088563e1e8c19aeef756096966c87d6d83810ce2d77ec4ab8

See more details on using hashes here.

File details

Details for the file resiliparse-1.0.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for resiliparse-1.0.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9d7c0cd0a12c4043e1ff5d3acaf7e86a8bf627a262b1b35de89441e494cb17bd
MD5 bc365e8438145e61edcf382df9dc2a8d
BLAKE2b-256 1215141a6d954ff2b70da71f44fc790dd7ace474280eac3208e4f7daebee51a3

See more details on using hashes here.

File details

Details for the file resiliparse-1.0.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for resiliparse-1.0.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7770c4dc284d0651d5035761547b1b37b802ac908a6516ec7ebebe598c78c269
MD5 e28cd9f369e6dd6fec122e2d2823a443
BLAKE2b-256 30a90e32fc8f1b20eda8b5cb38608bd4e2ab32ad0347fef0a1111cbe0035826e

See more details on using hashes here.

File details

Details for the file resiliparse-1.0.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for resiliparse-1.0.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 191251330c15e04485251ce214f201dea5dc8843ea79a196c9a040439564fe4b
MD5 acf63062b34abfca8c8204fc8c965a2c
BLAKE2b-256 a2653525645ee7eea811ee237895b432130b585c272fcf11dbb8f35978d1cb5b

See more details on using hashes here.

File details

Details for the file resiliparse-1.0.0-cp310-cp310-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for resiliparse-1.0.0-cp310-cp310-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 d316cb02d0f82818e85b2b6fd1dd2217e228b7d7d530be6da09287a82fea324b
MD5 d22be78e8d84dc8ded52e06137627008
BLAKE2b-256 8f00ec717a6eeaaee1a801fd9679984a21d20aa5fcefe08d959199ce59717451

See more details on using hashes here.

File details

Details for the file resiliparse-1.0.0-cp310-cp310-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for resiliparse-1.0.0-cp310-cp310-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 a733cb8f20b59a832ec1cdeedb715d57edf9f901f3321b39e6205f514a57cc12
MD5 f91f347edbdc99a1dfc247914b0a0009
BLAKE2b-256 3af064d0033f9c7f171226e658fd81844b869a24fc8df4442c1711a7b7a70ddd

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