Skip to main content

A Python library for masking sensitive information in logs.

Project description

velatus

velatus is a Python library written in Rust for fast log masking/filtering of secrets.

It is useful when you have a lot of secrets to match, when a simple string-replace may not be performant.

Basic usage

import logging
import sys
import velatus

def main():
    secrets = ["secret1", "secret2"]
    logging.basicConfig(stream=sys.stdout, level=logging.INFO)
    velatus.mask_handlers(secrets, logging.getLogger().handlers)

    logging.info("Printing out secret1, secret2")

if __name__ == "__main__":
    main()

gives

INFO:root:Printing out [MASKED], [MASKED]

Design

velatus consists of a Masker class which is callable and written in Rust using pyo3. It may be installed as a filter on a logging Handler with addFilter.

Under the covers, the Masker compiles the set of strings to a regular expression using the regex library, then substitutes all matches with the configured masking value.

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

velatus-0.2.0.tar.gz (7.6 kB view details)

Uploaded Source

Built Distributions

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

velatus-0.2.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

velatus-0.2.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

velatus-0.2.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (1.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

velatus-0.2.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

velatus-0.2.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

velatus-0.2.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

velatus-0.2.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

velatus-0.2.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (913.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

velatus-0.2.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (964.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

velatus-0.2.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (990.5 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

velatus-0.2.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

velatus-0.2.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

velatus-0.2.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (1.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

velatus-0.2.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

velatus-0.2.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

velatus-0.2.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

velatus-0.2.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

velatus-0.2.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (913.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

velatus-0.2.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (964.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

velatus-0.2.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (990.5 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

velatus-0.2.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

velatus-0.2.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

velatus-0.2.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (1.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

velatus-0.2.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

velatus-0.2.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

velatus-0.2.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

velatus-0.2.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (913.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

velatus-0.2.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (965.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

velatus-0.2.0-cp313-cp313t-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

velatus-0.2.0-cp313-cp313t-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

velatus-0.2.0-cp313-cp313t-musllinux_1_2_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

velatus-0.2.0-cp313-cp313t-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

velatus-0.2.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.1 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

velatus-0.2.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.1 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

velatus-0.2.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (914.5 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

velatus-0.2.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (963.1 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

velatus-0.2.0-cp313-cp313-win_amd64.whl (723.4 kB view details)

Uploaded CPython 3.13Windows x86-64

velatus-0.2.0-cp313-cp313-win32.whl (655.7 kB view details)

Uploaded CPython 3.13Windows x86

velatus-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

velatus-0.2.0-cp313-cp313-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

velatus-0.2.0-cp313-cp313-musllinux_1_2_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

velatus-0.2.0-cp313-cp313-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

velatus-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

velatus-0.2.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

velatus-0.2.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

velatus-0.2.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (913.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

velatus-0.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (964.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

velatus-0.2.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (989.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

velatus-0.2.0-cp313-cp313-macosx_11_0_arm64.whl (837.2 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

velatus-0.2.0-cp313-cp313-macosx_10_12_x86_64.whl (890.1 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

velatus-0.2.0-cp312-cp312-win_amd64.whl (723.6 kB view details)

Uploaded CPython 3.12Windows x86-64

velatus-0.2.0-cp312-cp312-win32.whl (655.6 kB view details)

Uploaded CPython 3.12Windows x86

velatus-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

velatus-0.2.0-cp312-cp312-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

velatus-0.2.0-cp312-cp312-musllinux_1_2_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

velatus-0.2.0-cp312-cp312-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

velatus-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

velatus-0.2.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

velatus-0.2.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

velatus-0.2.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (913.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

velatus-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (964.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

velatus-0.2.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (989.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

velatus-0.2.0-cp312-cp312-macosx_11_0_arm64.whl (837.1 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

velatus-0.2.0-cp312-cp312-macosx_10_12_x86_64.whl (889.8 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

velatus-0.2.0-cp311-cp311-win_amd64.whl (724.1 kB view details)

Uploaded CPython 3.11Windows x86-64

velatus-0.2.0-cp311-cp311-win32.whl (655.8 kB view details)

Uploaded CPython 3.11Windows x86

velatus-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

velatus-0.2.0-cp311-cp311-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

velatus-0.2.0-cp311-cp311-musllinux_1_2_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

velatus-0.2.0-cp311-cp311-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

velatus-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

velatus-0.2.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

velatus-0.2.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

velatus-0.2.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (914.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

velatus-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (964.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

velatus-0.2.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (991.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

velatus-0.2.0-cp311-cp311-macosx_11_0_arm64.whl (840.3 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

velatus-0.2.0-cp311-cp311-macosx_10_12_x86_64.whl (893.1 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

velatus-0.2.0-cp310-cp310-win_amd64.whl (723.9 kB view details)

Uploaded CPython 3.10Windows x86-64

velatus-0.2.0-cp310-cp310-win32.whl (656.0 kB view details)

Uploaded CPython 3.10Windows x86

velatus-0.2.0-cp310-cp310-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

velatus-0.2.0-cp310-cp310-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

velatus-0.2.0-cp310-cp310-musllinux_1_2_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

velatus-0.2.0-cp310-cp310-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

velatus-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

velatus-0.2.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

velatus-0.2.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

velatus-0.2.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (914.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

velatus-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (964.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

velatus-0.2.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (990.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

velatus-0.2.0-cp39-cp39-win_amd64.whl (724.5 kB view details)

Uploaded CPython 3.9Windows x86-64

velatus-0.2.0-cp39-cp39-win32.whl (656.5 kB view details)

Uploaded CPython 3.9Windows x86

velatus-0.2.0-cp39-cp39-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

velatus-0.2.0-cp39-cp39-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

velatus-0.2.0-cp39-cp39-musllinux_1_2_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

velatus-0.2.0-cp39-cp39-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

velatus-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

velatus-0.2.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

velatus-0.2.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

velatus-0.2.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (915.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

velatus-0.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (965.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

velatus-0.2.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (991.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

velatus-0.2.0-cp38-cp38-win_amd64.whl (723.5 kB view details)

Uploaded CPython 3.8Windows x86-64

velatus-0.2.0-cp38-cp38-win32.whl (655.7 kB view details)

Uploaded CPython 3.8Windows x86

velatus-0.2.0-cp38-cp38-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

velatus-0.2.0-cp38-cp38-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

velatus-0.2.0-cp38-cp38-musllinux_1_2_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

velatus-0.2.0-cp38-cp38-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

velatus-0.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

velatus-0.2.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

velatus-0.2.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

velatus-0.2.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (914.4 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

velatus-0.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (965.1 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

velatus-0.2.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (990.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

File details

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

File metadata

  • Download URL: velatus-0.2.0.tar.gz
  • Upload date:
  • Size: 7.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for velatus-0.2.0.tar.gz
Algorithm Hash digest
SHA256 6ad5fab71e3ca112c3b1a28a4ae6fa0156c032e744a8ebd2fe1425221c032c90
MD5 b76d8d9ba3c5714d591740ac709626e9
BLAKE2b-256 061a69f24a8c267ec6a866b1f96e1e9889f9e6dde0fd297a53be103bd3141324

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2b492f066c7f4c46352f26325e465b2718b1d11b10c41a4ac5a387ccffc843d6
MD5 35f8da24f05a2eae0363f4d54b85c655
BLAKE2b-256 fd8935fa6a281695d5f773125b8d6a199095264fb376570dfcef78081f397517

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 eccd10ebdd43459cd8ca835da18e7fb22358164b5370568f1f5663aef9fe087d
MD5 8a4527f9fddef2811d11e5cf16d99916
BLAKE2b-256 a0626a82bcfa7359b471a722d613d26ad7903ef5bde1951e96dfc7f256c345bd

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 39d0f2ca28bebcfb31cb936de48254660280917d73311ebf7b6a99798477148f
MD5 918360797235546e40c601653d0d8286
BLAKE2b-256 e014c8e13f53de1826cedb3906731aa95651954a5a4d4af33e25f06475e2030f

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a1e8b15f2b3dcb85fcfa65e6f76dbab7be0935bc0babf9bfdbf6fb240d1ac49e
MD5 71bae422a2fa99b9e5b6d041df709c3c
BLAKE2b-256 cef65f0df8ede84c701c98331b3a8965cd2dbf47d5ac33e278bf530cfaa1b5d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for velatus-0.2.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 28239ba5fdf8804d0dfc47feabdbd8ad55dde8200ed98279200f80124ecb7868
MD5 01f3448111a5bc2ac4d718571e19a5a4
BLAKE2b-256 034b8b17c842b264af547e5ea0191a3717201525e27b60b642825e8b24a9bb87

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a022bfda6627a6040d712463d52151454e222c1179400a7ca720e46b1332c1fe
MD5 1c9e3b981ed00fa622243db2d21ef592
BLAKE2b-256 3ced157d83827d7ac63440053ef8785426556d6e92c8ce601596724d83ce5e15

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0b3f166186ed154d84b3978341896389e18c684c15e6b35b31016d4ee9660418
MD5 033302b7ad47f8d99e7a285f1188e000
BLAKE2b-256 b682c6bea5fe07f4dbcba56e8ecd213c2dbb2583c2ddfb85360d5b1ac693d41d

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1687b9ce836852d2e3239c0b4e77a1a24f736d51c22ed345008adaf7e4e2f053
MD5 b72bb006ceec31bc2b12603a907c19e7
BLAKE2b-256 0cb09a0dc4527004a1294bbac2d75a72f883cfebc955b123e97c7e89884e9822

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for velatus-0.2.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 75e4232812ff7b4f9b5da7c84e851d5f9f5222c7fbbb0a948d771d9ef7c47f5d
MD5 f69034913dba42330305cd2418a5e84e
BLAKE2b-256 da174e3f5f698f8d13c7fef087fc63bedae0cd4a94fafb4db18e4069f03b68ec

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 c5386562cbe9091293173e2b55ea05086b787237ce5300b2f2ad89c2bd25e049
MD5 c609e530175782adb21d2896f4595a9a
BLAKE2b-256 fc7ac6b83bd9632ec20f00eb4d424ec2d74d1d3a9143e98e0b7c192c9f874d7e

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0eddf417d6ef68a5176c3d49a147b485b365d843a5016a7d32f3806856134ac3
MD5 67a2f388e496b963f908ec5aa9d68f5a
BLAKE2b-256 8799804ccae3607dc152d30dd5ee76df269ccea9881009ecead821a684349569

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1d8eab6b5b8e91c1bc4b22109731499d24493b1fa38ffa5a2d4b7368156ab69c
MD5 6faf62ec2eb752088284e55f1c1a2520
BLAKE2b-256 b67290681e200e0a049f91c760ab7b7b63c133aee57b519d0970856d8391fc32

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f4a10407cc3bf26d1206e87c74424426a68701725fd50ca5a9bf8e6dbfafe982
MD5 364c226ce70f5422459fcc36001d8747
BLAKE2b-256 afc27aba9cc2fa1493191fee11c912752aa352f2a9a832a22418a7632fb032f2

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 eae227f0e91dd5f23540f7d637fb90b6ef2b57515a88a3f89feb356fce807fdf
MD5 8508d760dec24e6a4f20ee1aa64bb57a
BLAKE2b-256 74dd38f6e5abf726c13857d0c1c663fa4784520039919f7f7ba6c5be5193ec48

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 052b7b171e06ed22e90550a41deafcacf23451872030d17f87b6bbaadc3c5d4c
MD5 1a418c52fea9b8b4e0813af5da919600
BLAKE2b-256 20654e7bcb823a071717645518ada4dd60b9761410bd23ef38c9abbc089a2c6e

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8e772fa91f7b36a43799f305686772cd00f42c78af0de8fe4d738963039b4d2d
MD5 d554907ebe498ea75b2349ec4b33a267
BLAKE2b-256 4d770821aa31c763b8dae5035ba5d2c3160170eeb4c80b704415fe332bd6e2e4

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 809b4ab1127a0ca1e3a669341a6fe603693f9f040f98c37f8db1c9f8ea41a224
MD5 69f1468402f87b86c9475a9338e8b3ce
BLAKE2b-256 beca3c86904f8f3c72e5ba5a2ba4e71f52dcdc23805418f11db70d93f85bb61c

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 24ccfee07a8f1bbc54ef8087c333e3792f43dac283e1d4a3ca4424dbf681c517
MD5 e112d2432d9a5b240aa64be4ba9498fa
BLAKE2b-256 7eedc20ec825abb3eb9c7cfd0380ac8082e0b179d80aa4977a367fa7f5bf857c

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a1c7fcadf8d88c6a8b8d765c89d1b2a629d213cd0453bd9cfe76c44891ec97df
MD5 d699f12bf71d5acaf1f6a3ed69f34c54
BLAKE2b-256 19fe63866e9f19c8bf6c471fdaa784adb4dc6ac46847f1449f70300d16ef47d9

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 3fc712a341fee4d73098cf8dd07c3b2e78dd5fd90692147c66f28b37c0797e04
MD5 17bf48679d34bf3e351c10e11263e2d5
BLAKE2b-256 889726b48e9b272608e7bec56e51701afa2844cdbfa7144ede742f6e6d57a27e

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 88275ff14af9be261739c56246b2a754f4d28d48134178b9e49b0e6a2c5c5fd3
MD5 5dd8d79b00740d4e08267c4008da041c
BLAKE2b-256 a62fbf6e1c8e40092199612b2df37af486b3a995ebfc860ad72ab5a37539af32

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e9ad1420a652b38cc193bccecc9bb09db2cd7e3d630651fe0d07530afad49170
MD5 f0fba8b07dcc2376c277edcca74fd734
BLAKE2b-256 beb5adb92a5f1a61c00e16734790c020512c23b64ba0d3efa2ed3562fdb979fa

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c8158f924d8d4de375a778c6e96f1bd801f729ea6b03b1d7cafc3a013675775b
MD5 d91f066d2721857b99e3e289f628a24a
BLAKE2b-256 cf7225e0565141cc2ae3e1ec93fa3c6ec66011fb803a0fece39e9227314cb07d

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c6efda2dc1605a1e8518bc2546e6a3fa67f9ff98498b8b8718f864881b59acbc
MD5 02305557497560bf4ceeefe12096156d
BLAKE2b-256 b246a066e5f11087357e2604f97cb2718b9d5461d1cb8a6c8728b32ed971789c

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3541d4cb2b8d04f36506c88cd0d982a3353e53c877aade877990491c81cfb312
MD5 bbe598535cea3e401254b7daae06a460
BLAKE2b-256 0d79ae56b2576c0d76414561c401516b8f46093416e1df9df8e38145b77d315f

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 321820f75d449c438ebf1165ed3d2ce24d9d7502c900e2cc4c605ccc3966f5bc
MD5 39aa677f2bc7e67127e4694c0ae5e216
BLAKE2b-256 93e533a4d206151fc322e9bffdc1403fa736d05ec39c6642431c4124769f5b9d

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 195b7722e75cd2f702f912cbb46a23ab28084104488866b4d16d0ea106254640
MD5 c02fdce28011a0329abc6cf075875ee7
BLAKE2b-256 149b61c43fcd0a5afde75bcd89b29483f67d444c721d800b891aea6886cb59d1

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cb7ca899f45b3eaf2f66bff5516fc013e782ea46f0a2fa975a9a777ba491db60
MD5 73546c48c12ff12e9302d482f796f4fc
BLAKE2b-256 25b9729501d74504551a0748fb342123d16a6290ed77fda3de6b657ebe5e1206

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c7e199810b9feac9f6582398363d58c3ea8379db1f395f9b4a7da0355e693c45
MD5 8a17bc035aef9821d8ddb1d7ba146867
BLAKE2b-256 8928d6b1b65b1e746d4cb6140640fa279a1710bf5a1a2c00eea1498119f0a310

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d4599d5e3adce33aee7810547af2bdd55bea1864887e20050c36de21cece0edf
MD5 2412e77d6e89fcc48e763e9f4b223423
BLAKE2b-256 c1b0e4f0ab99dea623032a609291e45a3461bc2acec4a4954c755259ebcca559

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 6ede673f07809d11f5e914e44be887c51325a17c8c86fd950189d5a01525162d
MD5 dbfd1bee250e2c0ff9429079d5686d64
BLAKE2b-256 511aeff6792f5a141a850626a55bff41e051058ac1f695f22342d241035908df

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9560ffb15cfde5ff24836c84b560352c699b364e51323b0c60ae0c4491eff001
MD5 b72dd14beabc2b66a8c60e170ad45961
BLAKE2b-256 19bef6637d64d5e761deacba857a1648cc5171e639320a708022064359200c69

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b1eac9d3e2020cf6c231543b7f329aca6983be45becab6d8beb0653fbb87e17d
MD5 eca34e55c6be22ed0d8407fd7bdf1b05
BLAKE2b-256 062047c1173eb8ac171da814711dceaf998577dfd2d3613a778ce6f52f8e5631

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 286a60c66ed81933fb3397fddf4d0095d8930e699e4f720a2bc88c6414d112e9
MD5 1eab1c5aff1a120cc6f872ecb80c12d2
BLAKE2b-256 d153efafe1d6d794de6d922c30584d5b85a2ad8d0ec84d48d9655ffedc749e2c

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5d14f8b6842d334f335b4fbef89a7c76caaf6af5e5367f1df13072013ba23090
MD5 fcf9114a689135718a8d1bdb5155aef7
BLAKE2b-256 eb82dc2aa623b3f0af0b5ed8e40176a435ce86469b3f1da85b2b269b32d461e8

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 894fae6384c9b21acacfe6c7f33430cd87f1069d91db947b7fa958a385d5fc4f
MD5 5335cfefa7ae7af02a24c36fae5a39c4
BLAKE2b-256 780365b42577c56497dad848135ffc6283ec1c0f1cd36dc1eac336363d0937f9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: velatus-0.2.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 723.4 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for velatus-0.2.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 501a77c04c8f7037eb71e3541216a00bd24da5979ccc1cc13ec2363775a36a05
MD5 4d53bc5c684ad7b87ea474547fa4df20
BLAKE2b-256 df2442aabb230dc55931fa7924814e8d2d93604216445f689a5ddb407c904759

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: velatus-0.2.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 655.7 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for velatus-0.2.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 0fb90a564c48475f94708508a3ec744f9d5dae43d25d9363ae68aba22268c396
MD5 307e08c25722f63047a8a339de12c149
BLAKE2b-256 feb1d02a5060d7c7821897c7b9734964882a7195e90d13680f85d993ef49a5e8

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7c1f8bd6c47faa181c97d09c403ed2565fd19b0ed6161ba2c5d32ed8f7d7f417
MD5 e258f74c9254d49ba2fae43612449f99
BLAKE2b-256 137b366f1a8694a5b2acda12f308b3450f6b13a043d4eaf4e23b21dc8cc8ab43

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 51ff4b4d55df263fa0522f015a6fa0339041881b2978e4480105a35d4fdf7279
MD5 c7b57fa6e3ec957a9be2b19762312c5d
BLAKE2b-256 38ee444a6344720d459192e60289c8af9a0518e3c5e5c3ea7bc1678c9e1d9c2b

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 e062a34ae00378dc1ff00ff2d4197d740015001f6423a75ddd3ef46dd0a71e46
MD5 f769032c98af80598fd65799ba2e1b2c
BLAKE2b-256 5fe5afd85faa1164a3aea85a8a270dc150f6a4b3fcb0ce54da02fd3067928378

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1760c1dd6357d4fef65d6f3a8bb5acdcf1df05ff89d327119e6ea039c81b5090
MD5 b2b47ea34c361991d8851606cf0b86ac
BLAKE2b-256 a5a10849d969f75f2d1a83ad81d9e4287d12bcf33dc692bba34834027d9ec441

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for velatus-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 976cc9d0ecf83e8a275d57c438d4d789a2ea596a36ef9d29186db78e1469f59a
MD5 8c32ec04741597b0611edce8d4910114
BLAKE2b-256 ca930a6024750e5e99290b1e09d564d3dd6d49564dc737b054ee2cd4166c1640

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 688e47d7e00adc169981db0083b857d669fc61b1551f559db21ddaefcb17528a
MD5 627f9221a4dd28dbe2f74452c87d2c8a
BLAKE2b-256 5001dce6ce57a43a4481c0e8ba4ce61e3d55ccb9d138e2d2c5b2d686d833f0bd

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 cc1e69c75038bd7d46e8903475674e119c72f70323825850779b4a3ad9c18715
MD5 ff56eaf6bc92984b90d64db387b337a6
BLAKE2b-256 19e38dcf03a4bd243ea5e941b1a08c06549469feb0ae19a610e1d13aa05111a6

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f0bc677d0988401897fc4f6a739f43a30603e1239748a561ca3e5585598187aa
MD5 24bb5fa1efd2e5c14611068e4731aad6
BLAKE2b-256 3fe3ba62aac125731b94cdb18538d426642c9b08200bd40e3082e35a91bc2c3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for velatus-0.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2e0f66ebe35bfe746c3d70845d08c1a245fd26ad1fb1da93f957441401af2a88
MD5 7268f3d2661b4f2b37482d513f944f82
BLAKE2b-256 c12cfeb969ac2c137a1f03906f7c5d7e4ef6f229357763838a465a595c2d6991

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 661deb65354c60f3873a541c26470d531d5b2d76d311903dc3b636652e13446f
MD5 a7848399c06190aed397fd8d85e5e328
BLAKE2b-256 0bd800e4a5145223492ff5282b6f95ee13ae98605df87454b22e5d56f99dd5b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for velatus-0.2.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eccc5b75471885ef9509a5be71cddc8af8d93ddb1cb567717df8f29009854c75
MD5 c3bca87e4ee3dbdf9968a6f533afe27a
BLAKE2b-256 bad2035e64448b45c3addd742befb2d2998b3c9fd7da07ca3ed67ac1e05495d9

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 440d84b5fb153a7847b32593acc046f1fe985838028a5765fac7a37d5c6f29ff
MD5 9d14def13cf0343e82aa4d0a862794fb
BLAKE2b-256 1147794f85fdb8386d2d1ec4e0c2693c10c01d887f1ff482ceba25ac2313e95c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: velatus-0.2.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 723.6 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for velatus-0.2.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b2140bf7d943f9de03c9cc35323c2c1ee8b3c564b3aa78c1ff98047400b04521
MD5 e6c7b59a66da60ce1a87338f4dcf6eaa
BLAKE2b-256 912c37dc6b5fc5895499b7ec22431480fdb2a08feedcce5cda164b171f3c2289

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: velatus-0.2.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 655.6 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for velatus-0.2.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 e659a3c42155f5acfb3a46e4ffc8df637b4ce184cadae74792bb92dacfffc187
MD5 fc7d8813b3d047dad28e3959c5862645
BLAKE2b-256 344683e9fb22cabdadc918f1eba0ee1e2aecf878b1af4f8aa0f74f2dd2b903e1

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fcd40f69362d5ab1d7cb5c46ca4597cf88e725ca31f4caef4e862daf77f6b411
MD5 f59e8e1affc0464f411fd44c5da04c14
BLAKE2b-256 1d87d2b3ea781ba0a43dabaae64a0c577ce6ae397b2ae7d775bfb67785485db5

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5bdcab0d8927ddb02db2d19f7312f3b1c47aa6dbdc816d2e9405e732aa51e365
MD5 a8e93c3517ed058f31d41307bdc7d64a
BLAKE2b-256 d8330aac48b188ed16feefdf5939c7efe4fcc0a5d830bb1f931f198be11e89a7

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 3ec1406fbda345e9f4f1a67e7e7eb435c38bcf8ad064162ddfe551fd80414477
MD5 4b8d8f921f0a41d7043b707f874c2956
BLAKE2b-256 96bfe241a57bdc9d4e44629070a657cb2c9cce64c6e842cf850e2b22eb952021

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d4f1dc72d2115e994e515d38d7acc250988b112ece7a3f6579b8d4ca8c26b916
MD5 6743007ccc2f055f7de3d4b0ad68cfe6
BLAKE2b-256 d10c4cac3d13ffbea6fa8f7b277c6f424f0d2384aa593975fe573eb083337386

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for velatus-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 05ffb78ac4571cf162e26ad44c07562d90775a62e5939260ecddffc95fcc35dc
MD5 7daa7162f2f53aa951e4b6e10b825e63
BLAKE2b-256 7734bd607a5512d04cdc5fa88e027ebd15b530b8238d5904093c3fbbf51a4e15

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b51d2d6bbbb4c15d9a82900ba6f4a8623f61ff100f73bb99dc463ab2eff475cd
MD5 b2a500fadf3eb5a8ce29743af7d0bce3
BLAKE2b-256 67ea63d707578214c2abfa789afe5ecb5f052eb8d968dbe65d18cc6048ba1946

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0bb09f44b3ea19c88ba9cf36b9714e3789070e1e86f12f5cd7dbdc5d660d32f0
MD5 bfcac7594e99ffe6d806fbc2b399b977
BLAKE2b-256 dd661ddbef232a210136d0819bce67f775d7247755d7828c7741827c0b60524a

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4cc30b1663d49589a4c0844dfa9ab2e330cc40c24a97d6e9c71bba20b6084478
MD5 db990372714f2b5e3bf0a37660a6eb82
BLAKE2b-256 2a456956de17b7cc0b473f401ca56de576376ac699af8f6637246bf9ea355d30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for velatus-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 641f6d2576167a77c678377234cb71dc7c1536b04600d7451c9f0932bf47b263
MD5 9d228f0841e854df68e1db89545de002
BLAKE2b-256 557cb1a121f829e41a1bd0c11067e44204ec03ec15233abe903b9518e46ae006

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 09db49960d31782fb1500df19b4c73f08324ed5046ddc46a1b74571538ef648d
MD5 b6ac9499c75ebfd028598c00f8bf2b9c
BLAKE2b-256 4603b6e226f8dbed42fc610d01893f787a99cb5a7840bc2b1e56fdc66e3f4b0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for velatus-0.2.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f0e847ff4b26f254f39ee73816f0458beabf923836c60d1b76ba13ff1a60dd00
MD5 904a16adfca6697ea5450d23db286dec
BLAKE2b-256 280cd9a9f8b0f7ba29d28baa0aa4a1875488758ca8d5c9ca63445a52b6582c2b

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6a322ffcb0cb74c12328358f4a9e8032a233b22b797892356630e0e6e586458e
MD5 c7f83a2e88256547c60db47be0116a45
BLAKE2b-256 01c8a11105be2cbc621fdd425e0a8df2be7c9ad33f6703605f11167523f94464

See more details on using hashes here.

File details

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

File metadata

  • Download URL: velatus-0.2.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 724.1 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for velatus-0.2.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 4ff23e07192aad10dae50197a513c57dd049363264249f46c11e3370b387ced9
MD5 48b209e1f85bf582565db670ffa8ebf3
BLAKE2b-256 aa7535d9ee1e81d7b07d4eec23880705d218cb425e7571a60c704ab4c152c07b

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: velatus-0.2.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 655.8 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for velatus-0.2.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 c5e4fafee1842d294b6f5be767cbdf3e5ef01e386560ca6a4db364b2a9582611
MD5 f2475e76bf8848592802ee4969cd69e1
BLAKE2b-256 264400943fc772c48b75600aab62e6d0dad686418a381a1790e5bc37ad79bb6b

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d52df0abe13ecb58c404b63631690cd811ee4f31cdff3557b4f3067036b5c8cb
MD5 56c269ae9a8f106b681589e978d4264c
BLAKE2b-256 44b9d4f936ff387613209a9f31538da38d7d234a30d6f8f3c6124bfca086429b

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3b3e10e1ad6cfd89b8e87c62b92fdeec26c9396387f06b404f5d3368f12f31e6
MD5 cdc7c13abee0aadcf39634ac6a1568db
BLAKE2b-256 de79e376a43657746cc31a59afbb70b4c4a78ca7c97ccfc235f9184b416922ac

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b61e8718cf5ba87392a1214e65dfebe3cadee09841d66a9a2c8c6ea1cd2c7ad9
MD5 733d010f329b290d8922471aa509b334
BLAKE2b-256 206505a77ce98bc291e6e4f585322553a6e058aae31d5399bb0a9905b68272f6

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 458f4f95813eb53c9637a02e46a654661bbb2267a9c96879917d49462b8fb676
MD5 39ccd2ec00860dc7a7b184d343d0d5c4
BLAKE2b-256 f5aae6baa463140b86fa4332193b27002f21f56912c01ab83830dca62ab20cd0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for velatus-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7c463cdd058077547bfd1feabae71f8b70d9d3ae9bd73a0c36247642e9f14bca
MD5 15ce9061ca640a401bfcc47b1051b3b3
BLAKE2b-256 7d7c4380ae4d2199761d89057af0758fba45c6bccb1379cd55cb2aab08e456df

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f569e4f4496517a9252944963628804f4a00665bc05bd881cff24a5264ab82bf
MD5 1928b1fdb1b75c8486f6b7efcd7c7c7b
BLAKE2b-256 c5b4899216f39b5537d21da8a3200891d8678bc64da971b7d15284e54831c745

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 102f60bcafe875ea7465e9065a1abc03c93cace6bc9da63387970e8b5f2c1667
MD5 485fe118cfc28020db35e83b757a20a2
BLAKE2b-256 b805653df6b869e5ed9ba9e1ac10f50ee4194257ffa0f9dfe77703e51e1876a6

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f9ed6dc124b906c053d6683a1dd7d52d758a5ebb2e20f3ee72fb73877b30a55d
MD5 ce7a34243d8ea5af3acb5a2fd53abddd
BLAKE2b-256 b4b4f95242527b4521dc2d555876cb69a8bf458cce6e19f70cf12287dc086584

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for velatus-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 49ab351d22b2d9b925a98f13fc19c44834091b415419787fcb3b8af15d8e224e
MD5 1954b2345219639a71c2ffac1253ffcd
BLAKE2b-256 140a979ba2a5e5f75f7f58ed4faee0c7ece3cba01f164aa88341992d91730367

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 7cff5b34d34488b6cba680f1cbec0ee3af2e8f0188c7de6276e22c2ee3600948
MD5 66a4c0e8c71e3cd3d641995368ef3786
BLAKE2b-256 87d185e753db96bae522d16ef2dceb18a0df4b903c8b64e059feefba3e3c33e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for velatus-0.2.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0bec7bb8c447e5d9dc35f0d09c4348eac94174b3be91878e5b7a5d37680ba857
MD5 083f3ab87b20a64ffb096c411b3534b5
BLAKE2b-256 1a857221f42ca9a09dc8dae526011a02635dbed88cefbbd107d9f04fc4997077

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b9242ca60b3f0889c37a0b9f0c8f86beb0774f759b1321e8ab912d58e865841d
MD5 fa215e03b9d1c82a5e05477e5cbbd168
BLAKE2b-256 e63300710d33461a703d4bd5b3db201dae5fd1437964ab448229daa2ee0ff791

See more details on using hashes here.

File details

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

File metadata

  • Download URL: velatus-0.2.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 723.9 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for velatus-0.2.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 087403682b42bf3dee3a79f5f825e0af9d17af0a8e7f69d839e790827d876894
MD5 e585307fa2678a1903069fae1b4d71e3
BLAKE2b-256 8d20577b5173a11a9ebba1c23410899863c55ba56154e14283b539a377c41610

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: velatus-0.2.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 656.0 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for velatus-0.2.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 59840ca0635f6a207a9439c4cca9c3950ad9e3044c61c3d422af428865422a6f
MD5 d127b42bd26038a999d5d24dc69377b1
BLAKE2b-256 98b0ca93c49bab6ca57e475f99cd17af96c916cb1aa16a6865dab986e12b2bb7

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 930854575840c5e6cbc513a8dfe2f8ed5338d16e0d7ac4e5d6243ed02cdf119f
MD5 9cfa5934c0b584eff208c8b0b3007d30
BLAKE2b-256 478004054ee7b6d303e2934cc9e9b8dbecd731003fdcc51db86feb42bfc32618

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 19a5f5226a20dc97c0ca332eeea1e33f67a0cd5fc608979d6972c8f74a556746
MD5 8f42a617ef9fdd63d1c6a622951d0b4e
BLAKE2b-256 667be4f7b9b36c7797f82e67fc1c2e86e5c95f0fde9de5cebfa8cfddcee01373

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 10760ed45f952795fb0533d09144dd880122d8914370a7fa02c22fcd922dedde
MD5 473eb353c252ad3efc1b8d9e4b4b7293
BLAKE2b-256 ef346231c1f1db588ec4cc2b87e6c7c63eca7bb4367d5f285bbba43126127247

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6c26a7aa7d3319418a15a1dc0eec61ec1ff1ba61b87349e7313f0704682a706f
MD5 842521bd32290606429cc1b602e19442
BLAKE2b-256 3950dd03079e493cbb7f35c479ad10744220dace20157d830306791423aa63b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for velatus-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 692d46599e4fe096dc3828c296d70554f9d2685b06df19d4171c54db1472a3a7
MD5 947d83977f766721799275a5da88c7dc
BLAKE2b-256 1fa1f2165086c927ecbacdda18b3974aef4377e606cc4330c2868562e7ca9117

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 720f2c5928f2264cce02e6afc55acff0d3246475288eaae94ccc8d7c18b5ee89
MD5 b5b6a4a4165597bc0e37c1d9fb1f1261
BLAKE2b-256 b0c99fcf8d44a496db7658a7faaaefd3d769301b33671ccf5ef759433cac759d

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 28bfcf2c08ea17de7c1912f717f43a978c02db1fe9cc1e513631d28ac1f2f2a1
MD5 36eaaa7beef192227d1857693fd276e6
BLAKE2b-256 4cd2adf26a87c7df71cd8bae4bed4d4f53c7de02e9c6c6935964b28d59c9008f

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0d32b4a555d4f084a757e43a0a3efd3247977f3d4d4225a7aa8281900d970f7b
MD5 04103307a541597116a94d5ff38cc807
BLAKE2b-256 a7fda16b6fc15cc81ca118387de0fd25a0e0d20963f0f53a37f0e720ffbbb282

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for velatus-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4a9f8620abd21d6ef766e8da86c8b5e8e38a220bbf9a55d92a283355aaa3bdcd
MD5 064650a38ac74400dce4ce6faee31e0b
BLAKE2b-256 c8f4aeaa99d7c1c22ea2d33757a1a429a599d5c76c5c211062879ebff7e87474

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 4c275999b7a0d6e8a9a9fa468a3b836db02c4eb4d4c492723a15fa080091b5cd
MD5 3395aa7899367a64b613160f12b39d39
BLAKE2b-256 df818a1ae98b7ef36807d3dc94ea6cf0e2543030668277262d7990ad4984cb12

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: velatus-0.2.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 724.5 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for velatus-0.2.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 0ac4b6e9eb6b782c4b774a07659fa0c0f6e16fcad429f9296d71f27c80a6a546
MD5 5b8fbf45494a56f3e2f8692e4a48b9e0
BLAKE2b-256 c90e83d55107f145d617d2acd304d306899aec5f54c6552f06bbb1e7dea34a18

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: velatus-0.2.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 656.5 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for velatus-0.2.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 8663494ce09cd93360cc75d6ae654bff6f6a022dd83c160d49ae0bc7418d26f6
MD5 e4a720dddfb3256988c3d0018fb31ae9
BLAKE2b-256 91905870a9c805eefecdbe1d554e6f4b642e311d409241bfb76ff3f0e68f8ae8

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1025aa5d905d014d6f6e9bc75da5836e954ebc311908c11740a2e33b485e80ad
MD5 edb725bf0ae3e834af247c78562b43ed
BLAKE2b-256 10ec48045cca8ee2eda7ed70ff443a8468c4c5c8f7444cacca5a16918a61d882

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c92e5d36cb86541b92229681dc7a91b62f504732fca3003b59dc0a6b330fbecb
MD5 a765ba715b87cca256c5edc4a606d3ec
BLAKE2b-256 4c20286d9dbc119ed80ada038164dc334073ad53c2b620fc2b841c276a8f0fb9

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 781410af25a52b6dd7d18e8f040938b1be0e6b3306d01c2bb37044bb9cf9fd0e
MD5 ebdcac47c70a22f3b2c831d1e1a0192b
BLAKE2b-256 ac64dc6b130ecd254e361da1271ea2df146223b5f949c066671afb3a29ef3ceb

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ae99a27d49f28a8744cdaccee1c5e55ffa0affb41929cb0466a8a2026bcc485c
MD5 de73e2b3a47b4bd27303fe30e3a1e7fc
BLAKE2b-256 12b5e6cd6a3b6e1144d2119481865ed2adae4f9948abfd90e1fd32deecfe5fdb

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 408e429df11f12e2f1d15d8343a65c358ecac602389d019764f3c8462a50749a
MD5 2ebbd512dc74315c3a62215784ce1ded
BLAKE2b-256 e3d6877a2af9ae506a2bda4454a83c62a6ec5598900663d9d181241f4af4461c

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d25bf5af16e12122657a15c292f1d69b19e3a7aa877bb354758ed0ae8bf2c0f2
MD5 6605210bf6d2e41dbb28447c69ccad5c
BLAKE2b-256 767a4543c4e0cc7406029e84621428ce5278c3eedf61ff4686835c82820e6649

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f37d26d037583f53c0cd0e5f7424aacb19969007f117f4b60f21db8290052e6e
MD5 3a3599df83933259fd09495c94b31789
BLAKE2b-256 1bc102934ae96af3f150059c2b8f0928a4ba06549b90946adb9cb63e97b3054e

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a4d011da849eb4e8266e346d0297c8ab3ba0dfdb6002d4dba378bf51c22babcd
MD5 397a2247340e6a3917c63a3d9174bc3e
BLAKE2b-256 dd138e28d81e68c3e076f841618fb2105d8e82febf7eb2b66212e7aaae6b819e

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 63d3026dbaa48a7ec6217d8e64d542e59bf1fe47b20e0603ca24dcf591a3ff03
MD5 c5a3356ae835af2db1668c3a8d7d5365
BLAKE2b-256 5ca3280143ebbe53dfa7dc164ab9079e4f69dc0dc89b335b1e18481b5b539de2

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 81061be0fe18a742808a84e448a443b22bc07068b9d12c4fb5c93480809e0232
MD5 f31fe7a6d85d43ae201547317703a7d4
BLAKE2b-256 9790e6d494cd7359d07aeb7e86e92b6f0605c760948ae72b9002522900625051

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: velatus-0.2.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 723.5 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for velatus-0.2.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 92a7dd7cafa9561b4a745cb728293ab40b63e2ecf6e79239ac52b62288310a41
MD5 a78259cb3bbaad1ca7daadbaef43ad61
BLAKE2b-256 819a7a1c9708b58e1bf73f3626d947ebfd51cfba897e6f1b4962882617560b3e

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp38-cp38-win32.whl.

File metadata

  • Download URL: velatus-0.2.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 655.7 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for velatus-0.2.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 97bf38e4f1d6baec6ba6d0f7a149ea73086c69e65adb8073a39ce9d30aec6f0d
MD5 01bc98a0757c796bb1c0f7d5ea54b021
BLAKE2b-256 0756eace8444ef0a8b23cf73caf811bc45c09c26b0fd86c216c17c862bb10bda

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 12bcdc322b2b0126e1c4d72f8aca735c0261f33da7c2825fc10164b48ffd8ddf
MD5 1ee8a503917f74ffb79e7c13759d9c34
BLAKE2b-256 31fd68be4dd917284d296330d35b7c145b705ce97054fa6767826d699851971d

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 27f10725fbcb9522a6b32c34618c5d2681c9e8cf383b840f38a067e50a2aa692
MD5 8096882be6f1181b170f435856adb848
BLAKE2b-256 edbde178b30ce809fc599c6c7e93950027eecf925b48dfefaa992b91166c4f6e

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp38-cp38-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 98709a94e774ab69aad5ebcdd07e8778cb4442f08a14df13dee0e27ffa2aefc7
MD5 d40bbc4c30cf817c7112744b4e005f5e
BLAKE2b-256 435fc3178787a9ee97dc3cfc6c6883d589b2b4bfb7415464cc513b556cddee10

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f35f730bd94b56ef79d71db41464c53770b6066c3fa5ab600c7cbd23f4fb671d
MD5 9b059cc6b4689eea55cc478c90db11a9
BLAKE2b-256 5e6d1bc46681c3f5ea9f1fb415e58c5079827b3799ee24dcb498392eda64bbe7

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f88611175f82df8d5cad8d4e3c7cf4fccb8900c175e7243bfb9048e4607c35b2
MD5 7cef14a85f3f92c60af9c827cc0f89d8
BLAKE2b-256 b20c9c3903796c60c2c7293c0a17271541e36914932f30ee71b46492038538e7

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0f1b12e5c8649bc210b1f06fa23716d1f2d37b65635fd4ac563e183172eb20f1
MD5 e39c6e838a20f59c25197199adca7f96
BLAKE2b-256 9634104d74252665103e51ae4cddda4cad088429a0d15ff2c258c5da0f8fd8ab

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a2719873da4e3a74ff0f8071bd11d8d28d12802d62893a78f91a252d96d1ddda
MD5 cce6a4d5342f0236bef53e622668cba3
BLAKE2b-256 c904c849d3776f83247d16a04e3d48a22035d3605ed403120b3e2eb2cae019ec

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6a215d440b422136b5789664f9f2784f869490b18c15df718be121ee15c43b95
MD5 4b1b203c9ec0d1be17e6f83152a27794
BLAKE2b-256 00a1b92fb963809d3054f09901379776db282d475ee84d6769fa0d82b8f29ac5

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 678023dcec191b05aeddc277e6cb8d91804fce33a878b949f21ddc89cb9536af
MD5 f65e776bc3ca502a9f3574712574afc9
BLAKE2b-256 9589a8260f4d3f3ffb391786999ea046b04e534dbac5d6f569794c07b5ffb3b6

See more details on using hashes here.

File details

Details for the file velatus-0.2.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for velatus-0.2.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 29b89bb13c5f5facb202ae975f4684e9c1698838fd9aa099713ab415b6c92408
MD5 46ce32f8d09763895f94d3f19b203ecc
BLAKE2b-256 72a1200e79b1f395e78b17d2edd56a44bd91c00d04b99d29129c45ccc8955d84

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