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.1.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.1-cp314-cp314t-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.14tWindows x86-64

resiliparse-1.0.1-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.1-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.1-cp314-cp314t-macosx_12_0_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.14tmacOS 12.0+ x86-64

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

Uploaded CPython 3.14tmacOS 12.0+ ARM64

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

Uploaded CPython 3.14Windows x86-64

resiliparse-1.0.1-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.1-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.1-cp314-cp314-macosx_12_0_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.14macOS 12.0+ x86-64

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

Uploaded CPython 3.14macOS 12.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

resiliparse-1.0.1-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.1-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.1-cp313-cp313-macosx_12_0_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.13macOS 12.0+ x86-64

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

Uploaded CPython 3.13macOS 12.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

resiliparse-1.0.1-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.1-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.1-cp312-cp312-macosx_12_0_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.12macOS 12.0+ x86-64

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

Uploaded CPython 3.12macOS 12.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

resiliparse-1.0.1-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.1-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.1-cp311-cp311-macosx_12_0_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.11macOS 12.0+ x86-64

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

Uploaded CPython 3.11macOS 12.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

resiliparse-1.0.1-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.1-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.1-cp310-cp310-macosx_12_0_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.10macOS 12.0+ x86-64

resiliparse-1.0.1-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.1.tar.gz.

File metadata

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

File hashes

Hashes for resiliparse-1.0.1.tar.gz
Algorithm Hash digest
SHA256 55d0f9bbbe5008422ea5c547e386c53ee65322979ca075590f281a823396da5e
MD5 85fadc7f9b056e9c5999a2ef34a98ffb
BLAKE2b-256 ac59f6570c718992153a4d887a56f912bca50d424e1754b85c2784fdd57b3501

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for resiliparse-1.0.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 2f8191554f21eb9bd1409c4ddd12a2430c38003e503e68e0fa02ba3d5d2528e6
MD5 fe7b354cbd705a83898246c253c9f5a4
BLAKE2b-256 f8d23e71aec6e07a05afad13a7d569847444615dc9ad60417c0da9791538325c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for resiliparse-1.0.1-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1d95856b2312144c152ef249f3e6e87b372fd9502bdada7afd0e73856bc45d1d
MD5 c1f9936f5afdcf327f358f520cfd3086
BLAKE2b-256 13d61c947d07a07110c1a0061c27aecad80a4c1f441baf9771e12e16d760be3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for resiliparse-1.0.1-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fd41e5685a17151b22fb06abbf35b56f95ed8826f296d1b60dc123d07fb5e07a
MD5 553ffbfdcae1e5576e074fdf56930168
BLAKE2b-256 14e03b938fad46e47411365624eed7511a976bfbe8c62c39c1e8cfda1d0e24bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for resiliparse-1.0.1-cp314-cp314t-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 4d64cc7325a24483d9465efcb90716a64bc9277df1fc155164ebf664de75c894
MD5 0e7a37eb7c2ca1564405b2f957f3c9c1
BLAKE2b-256 dc1bc2d897aa774cf938ce2fe291b54d0e714604fa85cb71882933ddd0a7a01e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for resiliparse-1.0.1-cp314-cp314t-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 7337e0d687a712d8f44a052b68b84d20170c15c2c75de33667a5cf89ae445196
MD5 41996de35e51b7791371ce9a97618242
BLAKE2b-256 e2b96c7ea667e714ac94ca6b4dcfffc0e9054157ee9b8931019b861e458809ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for resiliparse-1.0.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 eddc0f6d049dd80d5397c2f49d4f0929924b24779dec8a7073a2f1bac9e06ac3
MD5 6623e845fad4f57ff0b935f58c569a63
BLAKE2b-256 4c304ee9a72f6f88f25613489337de4b304b13c1c443f1f15553d16acb3951d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for resiliparse-1.0.1-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5840fd96766ca69533876eef020062875aeba7db92b4ed0cf82c7096e9a37a67
MD5 e6112ce8472631e130c6b46c686a5844
BLAKE2b-256 afe363f04034c85f5b541d52d77a7023d8b11b4e9ec38c3ec907a0c9bf0dac8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for resiliparse-1.0.1-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0f11ebbc8c59841ee6b3742239a38748ad7f07f9cd0f18fe42ad9c9347dbc9a9
MD5 496bf7a0ffdafe14f246df2f9246700d
BLAKE2b-256 d77ad7023edb7fb6e0c2a5b5317ffe4ba52d2776998e22432340945c9e216ab7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for resiliparse-1.0.1-cp314-cp314-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 aee9a0b6fb873dd2501432bab3d5bdf39a4e2b03f9627bb16dbdacc8d2895b1f
MD5 cb9710f50b20ceacd1ba654bc55d4902
BLAKE2b-256 50358fa302eb037719f0cb8269d2499cc856fced4bbf0705684a79c039f2f4b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for resiliparse-1.0.1-cp314-cp314-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 af655df9a5dc7a3374ef580c7dd2a8547e4d1027775e487e57e5b64d67abad9a
MD5 10321a86ec8bfb16021137e6c149434a
BLAKE2b-256 e8664d4bfc254889d6f2832bd1166ef474fc7d5ed4f0e698dd0d8a35910cc612

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for resiliparse-1.0.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 91f09bb0ba2aac56cae87f64ad0cc0241e262d0e1008a25e74d1510cf610d7e3
MD5 28168122a2f20b9aa1a18c3060307213
BLAKE2b-256 60318e5eae86089b0a5749ddbd6785fcba55cff5ca4e358a5284fa512f178c15

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for resiliparse-1.0.1-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0af057df2d68c52450aa85a17b92fd0a50d1b95fc219b6a130f7df8ecd6be925
MD5 eae299756b6db53979e547c12fec39d8
BLAKE2b-256 015b0a7df1a885ac0f678e4cbe3d258ef729c93086d0e78f350638642aeca421

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for resiliparse-1.0.1-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ff80cd4199f94f8c484f2dd0b56575da7fb5d1c3a3216dc3f0de9c72621c633c
MD5 db2282229dfd0e200307c3f13f76700f
BLAKE2b-256 23d96b4baa0e12c26235e6fbb77c779244f3f033b10787e25093676c7265d897

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for resiliparse-1.0.1-cp313-cp313-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 7518b753d83f097e57c8d5d9df7e63d4e456078de592236fdac921d6af483d69
MD5 932da645e942c8ed05d563c7791c16e7
BLAKE2b-256 ae682ff61219d49066081b0ce917348c5d5283db38854fbdae5ed66630a72b01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for resiliparse-1.0.1-cp313-cp313-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 326d817fa6b416bbc16b8f20a68726937b82c830930c24863c58d409e8e0e41d
MD5 201cf618dd40627653e41e95052a9683
BLAKE2b-256 9941bfe6b2b9a085b7f9c866d2baef73ec787daa4239c3c01ad1eaffa0f3d82b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for resiliparse-1.0.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 dedcaf39b48210d17605d36ebd451f307f2dd67c7a00d58e8299357c27b8245a
MD5 a8cd7f9113d137b78f5140228c22bcd4
BLAKE2b-256 eacac4c1e9a09e4e1f8e168573a2d6a8dbb8de9dbc954d7511460ab664e7f98b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for resiliparse-1.0.1-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d368606865db842c59152f9db58e084882cad25b8eae9bb4d0e32fee564137b6
MD5 7aea08e3d6ac103dab211f79789e2ba1
BLAKE2b-256 1f401004416d775446680ddcb57561ffe55b9c525395e25692c263f05c247146

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for resiliparse-1.0.1-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b8437767a137a44111794ec3c4baba63789c0e8a046676a74e2374447e31c5ca
MD5 25ec34fe3a4911b3c5f6a44e43c25f9f
BLAKE2b-256 249a517a68f9922412fb1e44baf436a6f021ccac1cbc43b29f43984537e666fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for resiliparse-1.0.1-cp312-cp312-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 cb18dd825fd9cb7d385b593723706b98043787a3a0fc5b036777f843be145675
MD5 cb64a62520792c0abb772c02e42137fd
BLAKE2b-256 3e5783bd99be587dac352c39cf57d4cd6a8f3a5a60a3d17bc3c3c04498cda0c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for resiliparse-1.0.1-cp312-cp312-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 e7fb6395f217e2e8f4bbc3850334ffa9ab0124c0b0d132316623c36ed5515544
MD5 6d0a28b2fbab188fd9ce95e014a9e197
BLAKE2b-256 df5daeee039c4c3a35ef54c9f14af44a1470d053d703a07ba5ba333482494767

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for resiliparse-1.0.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 89ffae88ef28637f6c1d63f94e645a585bbcb9aa40f32198b79510173d83237a
MD5 42dd0d0c09a6cc47315c11ba068e3641
BLAKE2b-256 e1f6907ea6e43aa1e14b7c0ef9d5e7044d3b96815bbfb82e8d7cdc4f695defa2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for resiliparse-1.0.1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e6d9aa176abedef1e396308a79f15570cc03a898865ffb2558237ffcb0344b24
MD5 7c4ccc5187f9a56b05dfd75dc584bc44
BLAKE2b-256 ad6424cb18835c0119931182305fb64a452147b4fd7f18557719f67abfd2a510

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for resiliparse-1.0.1-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 27426a8685ad8b899b10aff80941236b30985356eb5c9629e6087dca38e52ef7
MD5 275d6d375229b9d8f325124c526ade9d
BLAKE2b-256 b10df163e7fcb3ad1a1e4641e2dff9ae34e3d8dfd7551c3f011380662e55d40d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for resiliparse-1.0.1-cp311-cp311-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 9bcda775812afb9b497cc4bf317ab56c272edab9054738a1ad008fcc6a870b33
MD5 36036c97059c97c10647240c0d7d85a4
BLAKE2b-256 6f6a3c08e18c915bb057fe0a2a1304f0d52ff008f07e6e710b9468b8f95f5c50

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for resiliparse-1.0.1-cp311-cp311-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 76889543e2fe61a42c4790baa09fbb8b74589812390aad928c42beb989cdacc0
MD5 3820b63100ef338d7465b39eaabe24a2
BLAKE2b-256 edf45c213ba21193a0519d4500508d5b38d94a79c8b59b4a3cc5f25db57fb7ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for resiliparse-1.0.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 535e06411a21a595f280f1f80dfd5a2a3e4a0f479860e2cbba036aebfbbee4d0
MD5 4b293b68295ff346ca8b71118d522972
BLAKE2b-256 88d13ab68402934fb4cbd4d1c3355687282c5390acf3140a25a63de72db7cbc7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for resiliparse-1.0.1-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 523e4d8aad72e8f9fe7b6ee06329878b336e940d2b7e4922055137d625d3e521
MD5 4020ceba0d41bb22a620810fd2c0f118
BLAKE2b-256 a1ec4ac2f11d2a8462f753fcf1583b8251c98861f9662574213925e738e71e88

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for resiliparse-1.0.1-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 baccb6bf9a3e394662565b520995dcf185bd0b8f7756c67bb272f8c11ba360f9
MD5 c1720a5de5bfe9edf3edf27a89863a0f
BLAKE2b-256 3cfb10425eaa6ee4a6487e2a02080594d71d0094b84a3027dd55b40693573a92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for resiliparse-1.0.1-cp310-cp310-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 6dcbf9174ab5bd33c6435ec9bbacabc55b5cf2eeebcfdd34e52af62b376b2491
MD5 29eeeecb2568f644f2f965591a7b3857
BLAKE2b-256 75c680e3ce9e5754c34fcfc97ce230d786e86c45eafcdc0ea236acdd2742df01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for resiliparse-1.0.1-cp310-cp310-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 cbedfcc868649d8cb787942162ebc0505b97ac291d82153685c6d6416e63b266
MD5 d8606116666dcbdb58dc74b8e2b8f9d3
BLAKE2b-256 7d979ea84a501960fc8b5c1304498ed9d2125aed50f4ee0ef84d7a360baf2a33

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