Skip to main content

No project description provided

Project description

Yuko 🦀 🤝 🐍

Yuko

License: MIT pre-commit.ci status Build & Release - CI Coverage CI codecov CodeFactor

Yuko is a Python package that provides Rust-backed validators for common validation tasks. This project aims to enhance the performance of validation operations by leveraging Rust's speed ⚡️, while still being easily accessible from Python.

🛠 Installation

The package is not yet available on PyPI, but you can install it directly from the source:

pip install git+https://github.com/onuralpszr/yuko.git

🔥 Usage

>>> import yuko
>>> yuko.email('loremipsum@example.com')
True
>>> yuko.email('loremipsum')
False
>>> yuko.country_code('TR')
True
>>> yuko.country_code('INVALID')
False
>>> yuko.ip_address("127.0.0.1","ipv4")
True
>>> yuko.ip_address("257.0.0.1","ipv4")
False
>>> yuko.ip_address("1:2:3:4:5:6:7:8", "ipv6")
True
>>> yuko.ip_address("0.0.0.0", "both")
True
>>> yuko.domain("example.com")
True
>>> yuko.domain("example.com.")
False
>>> yuko.domain("example")
False
>>> yuko.mac_address("01:23:45:67:ab:CD")
True
>>> yuko.mac_address("00:1A:2B:3C:4D:ZZ")
False
>>> yuko.md5("d41d8cd98f00b204e9800998ecf8427e")
True

🔮 Features

Yuko provides validators of the following:

  • Email Validation
  • Country Code(Alpha-3, Alpha-2, Numeric) Validation
  • IP Address (ipv4, ipv6, both) Validation
  • Domain Validation
  • Mac Address Validation
  • Hash (MD5, SHA1, SHA224, SHA256, SHA512) Validation
  • URL Validation

💻 Adding New Validators

If you want to contribute a new validator, please follow these guidelines:

  • Create a new Rust module for your validator in the src directory.
  • Implement the validator logic in Rust.
  • Expose the validator as a Python module using the pyo3 crate.
  • Update the Python package accordingly.

Credits

This project inspired by Validators

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

yuko-0.1.0.tar.gz (665.7 kB view details)

Uploaded Source

Built Distributions

yuko-0.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

yuko-0.1.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (1.9 MB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

yuko-0.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

yuko-0.1.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.0 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

yuko-0.1.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.0 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

yuko-0.1.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.8 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

yuko-0.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

yuko-0.1.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl (1.9 MB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

yuko-0.1.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

yuko-0.1.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.0 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

yuko-0.1.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.0 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

yuko-0.1.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.8 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

yuko-0.1.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

yuko-0.1.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl (1.9 MB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

yuko-0.1.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

yuko-0.1.0-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

yuko-0.1.0-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.0 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

yuko-0.1.0-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.8 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

yuko-0.1.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

yuko-0.1.0-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl (1.9 MB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

yuko-0.1.0-cp312-none-win_amd64.whl (692.5 kB view details)

Uploaded CPython 3.12 Windows x86-64

yuko-0.1.0-cp312-none-win32.whl (630.2 kB view details)

Uploaded CPython 3.12 Windows x86

yuko-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

yuko-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.0 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

yuko-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.0 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

yuko-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

yuko-0.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (1.9 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.5+ i686

yuko-0.1.0-cp312-cp312-macosx_11_0_arm64.whl (838.7 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

yuko-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl (883.3 kB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

yuko-0.1.0-cp311-none-win_amd64.whl (692.9 kB view details)

Uploaded CPython 3.11 Windows x86-64

yuko-0.1.0-cp311-none-win32.whl (630.4 kB view details)

Uploaded CPython 3.11 Windows x86

yuko-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

yuko-0.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.0 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

yuko-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.0 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

yuko-0.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.8 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

yuko-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

yuko-0.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (1.9 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.5+ i686

yuko-0.1.0-cp311-cp311-macosx_11_0_arm64.whl (839.0 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

yuko-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl (883.6 kB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

yuko-0.1.0-cp310-none-win_amd64.whl (692.8 kB view details)

Uploaded CPython 3.10 Windows x86-64

yuko-0.1.0-cp310-none-win32.whl (630.4 kB view details)

Uploaded CPython 3.10 Windows x86

yuko-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

yuko-0.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.0 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

yuko-0.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.0 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

yuko-0.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.8 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

yuko-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

yuko-0.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (1.9 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.5+ i686

yuko-0.1.0-cp310-cp310-macosx_11_0_arm64.whl (839.0 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

yuko-0.1.0-cp310-cp310-macosx_10_12_x86_64.whl (883.6 kB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

yuko-0.1.0-cp39-none-win_amd64.whl (693.0 kB view details)

Uploaded CPython 3.9 Windows x86-64

yuko-0.1.0-cp39-none-win32.whl (630.5 kB view details)

Uploaded CPython 3.9 Windows x86

yuko-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

yuko-0.1.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

yuko-0.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

yuko-0.1.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

yuko-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

yuko-0.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (1.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ i686

yuko-0.1.0-cp38-none-win_amd64.whl (692.6 kB view details)

Uploaded CPython 3.8 Windows x86-64

yuko-0.1.0-cp38-none-win32.whl (630.1 kB view details)

Uploaded CPython 3.8 Windows x86

yuko-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

yuko-0.1.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

yuko-0.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

yuko-0.1.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

yuko-0.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

yuko-0.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (1.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ i686

yuko-0.1.0-cp37-none-win_amd64.whl (692.6 kB view details)

Uploaded CPython 3.7 Windows x86-64

yuko-0.1.0-cp37-none-win32.whl (630.1 kB view details)

Uploaded CPython 3.7 Windows x86

yuko-0.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

yuko-0.1.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.0 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ s390x

yuko-0.1.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.0 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ppc64le

yuko-0.1.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.8 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARMv7l

yuko-0.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

yuko-0.1.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl (1.9 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.5+ i686

File details

Details for the file yuko-0.1.0.tar.gz.

File metadata

  • Download URL: yuko-0.1.0.tar.gz
  • Upload date:
  • Size: 665.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.4.0

File hashes

Hashes for yuko-0.1.0.tar.gz
Algorithm Hash digest
SHA256 8b24b03dcc29369312c65c05da64dd7ba1a9cfb8a6879f548abdf24268652737
MD5 ff6efe43410216a39f7cab60768a9010
BLAKE2b-256 03e6afcfca5d4250c5a055df9c28cdc49d7ecec408b1cca6f655f7b0f75933d7

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for yuko-0.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 15c61e2c9bb5c0b520c71c42bbe8dd8e9176217f5291170946b719102559446c
MD5 580f19f519716bb133fb94194a1f97b4
BLAKE2b-256 822689806b2eadb53f03de7788b467df4bd62ab75dfdc42d0f500ee7a43873bc

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for yuko-0.1.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 37f2a6b1515a849de6bf7a8c9b69044c8cce1aa23e0652161fa01fee23328a16
MD5 11c3a4f535d814684c2b0b77b7c14821
BLAKE2b-256 23333743f6c9d52b4d43dd6cd01b5199e7b2b879ce529b0e89d782d34719e9fa

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for yuko-0.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 78c4e14451cec75580e544da1cab183c7b8fba5eea2c1676971e93d583ccc902
MD5 81e1b975c311f049c4b284ec0626043a
BLAKE2b-256 38f6ae9a6dd54bc7b6a29f7ef5acf19c7e96c977b1463dc3c60b59e7c14e2938

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for yuko-0.1.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9bf8879865b2e04f06a422b1f0dc300e5c675d92fa168aea27ec3acf1cd22765
MD5 13ee2ba731569cd73510b09ac143ce57
BLAKE2b-256 e1d36fe883bfe490c897504757c69905c70900997dcfd77c9cf051088acf26f5

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for yuko-0.1.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 bbe2d00442de1bd3efdf6de4ee48592eb3e4c542c54997b75b96fca4528bf5bd
MD5 221d6e22b67e11f15d2f05fe024831bf
BLAKE2b-256 87987298efef7c62b6971fc754eff04ba887c9e122a15c3c1525c6b10a2f4571

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for yuko-0.1.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b9d05bf688cf784e1d451fc7c5ee9c53cc8b8988330169ca656416b232eabe53
MD5 1e875e52686d05acefc8be60af03dc7c
BLAKE2b-256 be3005beb3bc585ee1abeb10429e5f7b754d91a6bebe19a77f246e40a9ba5cf6

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for yuko-0.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8e9662f33a75c3b83c0d23bd93dbe5e48f6e4c201e7fc1766ece1ed78b907991
MD5 d8a439765e0b1217d8e8f433c527513c
BLAKE2b-256 6ee1915c7b4d91cd5572598c6ce04669714b0131e0756bd0c62f45e4c3e0d494

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for yuko-0.1.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 010d74f614a0bbc2bd4050f30fbc25d2976e5f7c614356d3bd58cca6f6043779
MD5 7718e536567052945f791e75121d5b15
BLAKE2b-256 eff11b5eb3301abb4a48854e6b6aa731f28eef5d4b601a1efe0b8cacc17743c2

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for yuko-0.1.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6010f71425144fab0716fd21ea994839169849df9a2d6540ea07addf6516de88
MD5 157c6ae1604704e8044de7dbc766df1f
BLAKE2b-256 7176db58ea71a36716279084922bdaf4fa814485491c36802a9a766add87c19b

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for yuko-0.1.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e833f33fdea7f3f94391eb573a30b69ca7f7b9f381fd39fbeea3b1191c1fc439
MD5 d367dcace5cef451a82b4e5f1384367e
BLAKE2b-256 2059ca334ae9d9a740a2917b76dedfd0e7079fae8dd1de825fc478907b6f0a70

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for yuko-0.1.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c0df85a2c1965057923ae2171a4db589b810e00433e384cd6b66da5f38efec76
MD5 9f98ad3adb2cb2a349293dae343da6b4
BLAKE2b-256 df6731cba66383004dba69df2ff0d07f347d3fef446bc68dc1643caa15bf4917

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for yuko-0.1.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7ab765cef8e1624094ac59d91daeb7757a982a1da4a79b8a06d01a90d24f56ad
MD5 c5770d8eccf799b7021faba007d52003
BLAKE2b-256 a395b4122237a71e513117ac151eb0bbced6b49255c07642a22d54c05786c1ef

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for yuko-0.1.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d397916b27d0bfed9ffd4d7a58c1d082ff688b12714e5201652fc21a6044f8e0
MD5 da8525690939c84aaf336edfff03de83
BLAKE2b-256 cfc64eaa44c5639548ab5de22679b00d382a42955f864f1ca5150392782fee3c

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for yuko-0.1.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 fde2f41ca6b7b5b2b6ef02ee1f0a9064e01902ce70703f5f471ead540aef5009
MD5 13951f296699db3b0674cf3a264f3c91
BLAKE2b-256 7007c44315620ea6a933843a3441f1fe1d4f39d7679e768765752712e57f1467

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for yuko-0.1.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b5ed3a6c1aa89510d6fe093db31a8b028e82807096475cae9f06db7392444a62
MD5 76b2547a3e425402b8477646ac8ec31a
BLAKE2b-256 014f86e2fd1f49cb23faa02375ac2dd6626345b6b5f5497205ed42fb19369879

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for yuko-0.1.0-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4bd04820c44dde0896e80d68e6654decb842b8ca77b79b1fbb42ccc20e3a0fcc
MD5 d04e6a27d91f11bc30972b0320f463e9
BLAKE2b-256 257a47ccf71c0244211bb9bd13955f06f1b55da6b646b0cf4a1f2f2b81af68b7

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for yuko-0.1.0-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 006d0e3b31370a72fcbf2e621f43d857f8b034dd904298bb94d6cbb44d05c9f7
MD5 55a026843ab720cde36ee31e474e34dc
BLAKE2b-256 91aa1cf346eca7fcb61875c28dc52c3d99323e59d14a49336709a923528003c7

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for yuko-0.1.0-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f05ee9ada9f23f708e7dccf27f67961ef60f6592d978bc964cdeb5d3fbf3b98d
MD5 c63c5e07f3880a66bcd750ae4f3ac99b
BLAKE2b-256 ab1659121ab0ecfa3f59418ed920e7cddeb73e6ec4c0aa28325db8e92d81be39

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for yuko-0.1.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0e705a434bf14ed7ecd5d6f12b89db91073ed966ccdff436bd1743b734503de0
MD5 b6832a20df1d1651c48df69a7f19ee8b
BLAKE2b-256 ce50c8deb7e5e0340544eda5f3a02ee1f4d2e2e3ea716c1d4a65400ac76b3bd1

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for yuko-0.1.0-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a1187852dce7b61b3b5fa84824ac229aa07e74a03e79fd3368fed1a1dad882e2
MD5 800c967bc90f104539d12a1db4ed2307
BLAKE2b-256 0f20abef1b90c774c8d03398cbb07336e7ec9b08f630dac7ea21b5ea5a491975

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-cp312-none-win_amd64.whl.

File metadata

  • Download URL: yuko-0.1.0-cp312-none-win_amd64.whl
  • Upload date:
  • Size: 692.5 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.4.0

File hashes

Hashes for yuko-0.1.0-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 47c0b27142ded5826d1dbda831db41730dcffd3b56300835deb667b6cc0e2563
MD5 937a3f729ab18b912366cb747c64eea5
BLAKE2b-256 f68a5d65b4379caf85bdc26f69812121778bb2bc4b012d0e72a780da6bd9539e

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-cp312-none-win32.whl.

File metadata

  • Download URL: yuko-0.1.0-cp312-none-win32.whl
  • Upload date:
  • Size: 630.2 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.4.0

File hashes

Hashes for yuko-0.1.0-cp312-none-win32.whl
Algorithm Hash digest
SHA256 2aa5c873b6c6b0414d2bdadc04997263d19229717ba730d60d6a43e23293e166
MD5 10f6fe29fdb915e1b414014b508ce719
BLAKE2b-256 dba4df2585539f1be7fee76a234382567602b6d9b60c43c0129f2206522707d6

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for yuko-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4ca7b09811b7a8bc023ebf546de8261a4f5cbcce451337ff0a9ba571ac33141a
MD5 f387f3cce86a39ca8755c6a2226f7114
BLAKE2b-256 b9175822b9bf1c5f0eced65868b8a629915410fe0269d17062a450905d8a1074

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for yuko-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 dc011fcfd2a6f8e9a6fc26c862220781e15cab78601db75893fffb3d626aeed4
MD5 a1d5fc9f366a7e77137bfd6b7f70aaca
BLAKE2b-256 9a424d4c8416e54681459ba013722e51cd714ef290b3414c903e63ebc7561587

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for yuko-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 32772a05be76ad985f24c6754a8f4e277cf1215a13acf50c2b149708f5b919c3
MD5 86a4867859f276e04c1c9d0570b299c3
BLAKE2b-256 12d6db1d658feb4f3f99687a234d39af3156a813e1c0482b4232f41f549e41d9

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for yuko-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 84a6f1f3c8def2ccd1b1801ee8302210e4b3f3c63b533acedc489c43ed27b65e
MD5 fd4d6b12946867e2a140315a349fa94b
BLAKE2b-256 9d1a98d55f00eca0ab31487bc97da0b758312c28d691e66cb102e4262551accd

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for yuko-0.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 1d2d07d0398cebe98e089b558cc6f17b2916aa8274e80d8b207db8491abc4e01
MD5 635dd5ab22b9335c6180507885c0e1b7
BLAKE2b-256 bee63366224cb333b98706ad576289c43d4f99829808d1ca9aee254b2257922a

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for yuko-0.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ae4be523acc6a3efb31ea3a14a7b6c4428f39c22e33ccd308bee80ab692fdad3
MD5 0b07af02dec33ae39acb598682329872
BLAKE2b-256 511b6851836d1ffd99992f8a306e8684a19399559744261aad8b9d0d0dfa240a

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for yuko-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7c1c8e3629bb94929ef71ad2cfb1da53a73409e6928603219769be13776dfdb1
MD5 3fb279ca2bdcc031b935ccebfaeca43f
BLAKE2b-256 b1342e26851ea2b94300d3e26a0e84e25b49ee39ad24bd553e34e58f185b753b

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-cp311-none-win_amd64.whl.

File metadata

  • Download URL: yuko-0.1.0-cp311-none-win_amd64.whl
  • Upload date:
  • Size: 692.9 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.4.0

File hashes

Hashes for yuko-0.1.0-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 ac85fe1cc8857ef4f002bcd13bdb4710ab72ac1f2526d995d6feb585fbe03600
MD5 3e19193bfdd67cbe6931e2f45e3662d6
BLAKE2b-256 3d76c66d302fffc4aabed7a922c1d9c924b37b84fc8f225967ce739fedcb8214

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-cp311-none-win32.whl.

File metadata

  • Download URL: yuko-0.1.0-cp311-none-win32.whl
  • Upload date:
  • Size: 630.4 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.4.0

File hashes

Hashes for yuko-0.1.0-cp311-none-win32.whl
Algorithm Hash digest
SHA256 85f80b8c493f6b1960797d8fc88a21775f6bb30b315c6f54dec230e105a12fd0
MD5 2f2b3f8602c426ab424b55da3f3021dd
BLAKE2b-256 b795464d4396144ad05b0faef3e66a97cb97ab387a733927bec14757987ac212

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for yuko-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4ab6c385d085be50b30a6937ffc8291f09cd9b8fa13925139f63ba2e32d23425
MD5 7c85c13602156730139a03cb711bd623
BLAKE2b-256 ec807bac948ee049c49c900c749ac9d762a61c9680715e9b16259543d778841a

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for yuko-0.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f23951af1643ef96ea44e72aabe909e37dfbe87b249f4b4dad48740faa7a6361
MD5 2261a7faee015d1d47f2d3cc5b0ada40
BLAKE2b-256 5fe141c494c5928b0499566bc85ca0e6b044db8035a15aa7c92fca0ed2ee6436

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for yuko-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3ba656ec012dfbb6c821ef4a7f9f29895db2ecd59d7c67034d79e6290be4fe93
MD5 c7a6f8d551fc04ceb98477b441545ec3
BLAKE2b-256 7f87ac2c8433f502eb67faecae56ecc9941d28093e1d94b630a35576e9b4c1c8

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for yuko-0.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 84d441375781f1ed4b9aba26a1add6e9ae11e6133a7a430a07e437a960694cdf
MD5 a068ae1ee8de81ed32b71e49324e4372
BLAKE2b-256 ef287aed7de419b617d26c850338d6570cb9c1ce1e29463684172d314ba459fc

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for yuko-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e2345defa2194b3c6ef2044769d16be56ea1e6a0464bc8a57bdc59f2f9218d4d
MD5 05427bbcf83df64cfd01bf3f5f04a738
BLAKE2b-256 1c2e9b8c552a68cb79e0bc311cf37d80f0cc737048af2a6fd9233059d7284d30

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for yuko-0.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 5b442fb1e6900d9a0ee125fec9d0765a234c315ae1081e38f42dfc5b3aed67dd
MD5 aa93ac950da0e353051e93fa296842d7
BLAKE2b-256 8b1a36f801c7f4d98dfa94b5f75b136767f20a793fec4952347c480a527c1deb

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for yuko-0.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f473bc2c718e2ef80b1e7b21850702bd521fcf35a5e2b7902ee3025133af59f0
MD5 4857a1462108829b7782365af2db47db
BLAKE2b-256 07acde2ebc51fedd0d3c41974d0f2d3ca027ec8b8b9db92cdeee97aabfadec4c

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for yuko-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 edccf0bb1c49a333377637e3d77fecc172be0ae04b3cc8a660babcd21df4b31e
MD5 d3959fe3194f75ddf61c668267d05c10
BLAKE2b-256 2532c8575e84bb589d28b0d65fb865bf740c5e1b8d255bf04b0bf5924dec6e6b

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-cp310-none-win_amd64.whl.

File metadata

  • Download URL: yuko-0.1.0-cp310-none-win_amd64.whl
  • Upload date:
  • Size: 692.8 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.4.0

File hashes

Hashes for yuko-0.1.0-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 40aed1b8556e19be11c69113d52a62020cea02cd1a9bc5a794ab423b58e3a88e
MD5 382b28de1b570970f9a8099660b2b862
BLAKE2b-256 115bbf9ddc500865c0ce09d0a5819108e7fef31a63b85f16cbfbbbb940cebba7

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-cp310-none-win32.whl.

File metadata

  • Download URL: yuko-0.1.0-cp310-none-win32.whl
  • Upload date:
  • Size: 630.4 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.4.0

File hashes

Hashes for yuko-0.1.0-cp310-none-win32.whl
Algorithm Hash digest
SHA256 79f84cb6d6158c0d628cc82ba32d0268dc6a340acf3d2bc1380848ee1486d50c
MD5 e47fb8c875cce4a68cafd335276fc611
BLAKE2b-256 2567fd5dd54b28472148396f8d5f061f74eb69dc8c58be39e3fa8a8baa8ec7f6

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for yuko-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 973cd4ba32f6c34a92761e2a6ba58ef9abc1d7f2f73399916566001c3d14fca0
MD5 2b50059c60caf9fae6c05d1690207999
BLAKE2b-256 34bc9796ab924dfe5dfa0e06edb32ac61dea950b360d1e1833a1635d45b020de

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for yuko-0.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a7022c09bc084898795ecc53ed25762450eb3305baa7c0b95ae3b9e243bfa957
MD5 56dc6e0bfa999f85d60e2fc2121f8d9f
BLAKE2b-256 509d11647c3db4bfbb4cf76602d593876abbfe70e0466b6d40d5785baea1d9bc

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for yuko-0.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a62557146098d13e44c0c7262032c6807fed1b23c35fe8a52291164d328e5540
MD5 50324278baf1ab477eb3fc7b9a0f02bf
BLAKE2b-256 7d4591d91c5a5ed5f9e36ec6b5352412a52a85f8edbbed44d2a2d2afd4d43d07

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for yuko-0.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ed312aab5fa288688be317b3c4a732aed0da738210c17bd295c9a0a484090c74
MD5 a15573f8f1c119270111949d09862fdc
BLAKE2b-256 4eb30233ffb314b0b51bd50c8d448ed88d3f2030aaa7e6c05b161092a0e2faba

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for yuko-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3bfc11f3536f7eee8dd88fcbc9cd8743cb18c1a8da9a677f184ddb7d3c86270b
MD5 32629a6af0d9d5b40e97664abbfb569f
BLAKE2b-256 7096ed83d122b12b352f83daee11cdbfa293dbdfe6c5913e3db33f35c77475b9

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for yuko-0.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 7ce87c78991baff001a4f4922d2567800c2270446c0387a815ebb5d1fb89218e
MD5 daedaf52524dd1fec2be98f0778c5254
BLAKE2b-256 37818e13ff1bd580e6bb17a451799e31ce5a8d2bf7098355eabce16266b97fa0

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for yuko-0.1.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d4c4f1f84fe757f25a6ae1ccd35432da627032ef11503c7923a15c283c1b11d9
MD5 0917e472513c151be6ad5767778b5c73
BLAKE2b-256 43e519cbab7c6ce2d0ef8693c4e9210c34a03490fc55042f9eb6d47c41d0e518

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for yuko-0.1.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 80f046a37a970b4aeac9fcd97221afc1780278eff993ad5da86721cb1ce5c7ce
MD5 623036cdfc42b7874cff2c7232d49681
BLAKE2b-256 d082e8adce8159e677dcf1f7e141818e2f2835b259c4d6544eee6c8ae54b21c5

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-cp39-none-win_amd64.whl.

File metadata

  • Download URL: yuko-0.1.0-cp39-none-win_amd64.whl
  • Upload date:
  • Size: 693.0 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.4.0

File hashes

Hashes for yuko-0.1.0-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 0895f2122158097dc3244f4700ca8cd6c49e2f4ca4b4b09dc983cd257d0e6eba
MD5 4b520a9684fd4efb5fcca7d33625232a
BLAKE2b-256 220afc3c1ea890f73343de20686d7a7d83b6493cbb18ffc0f49b0afe1555acc7

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-cp39-none-win32.whl.

File metadata

  • Download URL: yuko-0.1.0-cp39-none-win32.whl
  • Upload date:
  • Size: 630.5 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.4.0

File hashes

Hashes for yuko-0.1.0-cp39-none-win32.whl
Algorithm Hash digest
SHA256 c5f85032ad3ce01209f2bc1c046c7bb11478d14c53ac60da6c68af8ce68d4499
MD5 133e9bf6f3c20edb2fff684ba66ed86e
BLAKE2b-256 f9996fc2d6efe1e81bdd3e64d48b37940e3e75c6f8868293619ee89564ee7aaf

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for yuko-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d061d8b2e39b231d292bee2841db6f79aa2ce2bfbc2ba6b7bf4f4f5fa742a82f
MD5 7e32ab87e4bee00823257e277ae660a7
BLAKE2b-256 07b8ac8ffee7c828c7e285efd4e0412940d248e2352a2020c58ced70eb3a3b03

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for yuko-0.1.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 196685870647d9fbaaa9c11a3dfe0c93066ae9ad8a59492779425890ae5c90a6
MD5 97640983748153b55ffa01e1ef91ce5f
BLAKE2b-256 844192d6c53659d2a65393c829d4dbb4cc511a8bd1a72d74e7ad757091aa333c

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for yuko-0.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 aa0e67f97c8feb836bd0a99741b0254825de338f2a57e60180a908b07575e8dd
MD5 a8132887dc34dcc1f27f83765b6e7ba1
BLAKE2b-256 7b406f3d41ac0163b85089fd9c6bd2f42bee70b9f3351702bd060e2e2bb18388

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for yuko-0.1.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e8643bae47fc61237e5b8cbfd0794f2e3bd070b6aefcf8e9e5bbd8e7371b0ab8
MD5 e0a28411ebef691e67c1b6ba1685b385
BLAKE2b-256 2522a5eb571dc4b98d54b8c49932e42be617e04e15bcacd9aa62f7674a52b03c

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for yuko-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f521ce8e0ffb788864408e6071a1f007d17b5b8b51537d88d8e6183edded6597
MD5 88488fdcb855e5cccf90db1017bb737e
BLAKE2b-256 2a4f8ccff3563187c0470fb52c1190905c11c0ef41ad45673a69afb0d2e72b64

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for yuko-0.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 b9199567130960184b3015212a69c3c99869437078fae07bcd51c73c4006bd62
MD5 b223253c498d2c16266b3f0f588980b2
BLAKE2b-256 a7a45158f2c2eb119dcd2832cb09954dc8046362eac62445a0d6cb0342465fb2

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-cp38-none-win_amd64.whl.

File metadata

  • Download URL: yuko-0.1.0-cp38-none-win_amd64.whl
  • Upload date:
  • Size: 692.6 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.4.0

File hashes

Hashes for yuko-0.1.0-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 b0a200599e9d71db23d472ce0572593e2c7b3d40c2b2c68f279c0b07f9801233
MD5 c9712d15ab63bfba789fcac6fb9ae425
BLAKE2b-256 5e183d76bc8b9ef41fa2cd63a2679d13447299c680e6a2f5a43ff48b3c8ace89

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-cp38-none-win32.whl.

File metadata

  • Download URL: yuko-0.1.0-cp38-none-win32.whl
  • Upload date:
  • Size: 630.1 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.4.0

File hashes

Hashes for yuko-0.1.0-cp38-none-win32.whl
Algorithm Hash digest
SHA256 e015693f27f5e5279710408716aa569b301ce08c47bd4f6a401b5971ab7baf91
MD5 63ff4310e0fbfa87b1bed68c8c0b19a9
BLAKE2b-256 ce95d28f3f5aff97e7cd75fb53901f5b9021c7601be0b8f1f650873601710a42

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for yuko-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7cd51815adcc08f8d83fcfc75ef72dff67da1f82fdfeedcee389e4c322e38001
MD5 ef5c2acfb46dffa593ccafa90fe542aa
BLAKE2b-256 5db6cf563925d5a58420f2c4348647718226e2f035cb3baf7cc8c439f92d7504

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for yuko-0.1.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 38d788bf61ca1c7fd4d9e9daf5076af7b1a05f51ff9663464cc48fe0039725f7
MD5 6f5cdfdf1838bb18381e722c186df48c
BLAKE2b-256 87fd73ea349a451da35a7b0f7c3ba106ae0fb3bbc69d7663799904e57651d8e5

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for yuko-0.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 98bd5ee2524f695c97b75874ab0be8639533a7ea90702d4b4f7d41fabf8091c2
MD5 3c6ec0abd1891c9383e40540d4ccb1d6
BLAKE2b-256 0261c008144c8492364a9599343205cfcb714cc7d7c90f944cf37fe1dba28b98

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for yuko-0.1.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6dda268c6d96c79f4dc3e459c7db0d7c4edb94883dca649cc8ce0fd04d952033
MD5 29bfc67e75967ba6fbe13b4005d5a238
BLAKE2b-256 2d724448a7972c8c54b6da2509bb04ef898f274bfd0fb37e177b69cbf090934f

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for yuko-0.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 82598bfeb47060695d54399661ef26abfe1ddd1419360824e8e68351a31c6d8d
MD5 38a87a55e2fd390b853f8d9aa3338eba
BLAKE2b-256 dab57a0b381317a6e71cc5a8965eca588fccd930651a2e3faa6b79cf7bddec3c

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for yuko-0.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 2572a242b6231d8b67533c7178eacaaa21446470ddc923dd5e9e319cdf19c67f
MD5 b302b37e726690fdd5e25cf67903ac8c
BLAKE2b-256 73587627801cf5fcb9ec25169571175c20085fb98bf897603b50e9c4514c0006

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-cp37-none-win_amd64.whl.

File metadata

  • Download URL: yuko-0.1.0-cp37-none-win_amd64.whl
  • Upload date:
  • Size: 692.6 kB
  • Tags: CPython 3.7, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.4.0

File hashes

Hashes for yuko-0.1.0-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 77a57b9cebacd3327be43110ccecebc26d9f2888445b82ef6ccb53b8c7a61955
MD5 fb6900454341a6a47b13c37c874581cb
BLAKE2b-256 8ca46129887ce9535e618a5a203d075336a2f0fbbe8e7617bf18012769f63b31

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-cp37-none-win32.whl.

File metadata

  • Download URL: yuko-0.1.0-cp37-none-win32.whl
  • Upload date:
  • Size: 630.1 kB
  • Tags: CPython 3.7, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.4.0

File hashes

Hashes for yuko-0.1.0-cp37-none-win32.whl
Algorithm Hash digest
SHA256 081060c10161e999855854a8e8dc109467b1ac7201f7595db9579063904a5466
MD5 07980b0b08834dcf4ce87608ca7617b7
BLAKE2b-256 ded63073c52dae103b88bb8951d5b719d77e5c4cbf1439f6c53f9c707b18fc55

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for yuko-0.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9384d5ec9965c0f066ef93b6b452ac0c369a10b6db11bdc6df0e09329b816316
MD5 1b3c44c018ee4510e3ca634f42f922e0
BLAKE2b-256 48e8d6a2533bb13b299d3d3914e09806c96cdb9c7db92e46103f5423fd99f5a5

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for yuko-0.1.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 04da457e1171399eb90594123f6a05478b2c068388f5a58e688d1a6291af3a56
MD5 3ac19a843508affae65c0684cdf9d1a9
BLAKE2b-256 621ae6524847bef76bd57976864f04b0f258b524a85a987493e7e5ee10fb444b

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for yuko-0.1.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a2fdede283d443a219fff20d240eb0bcb44dcd29c795a11a79aa0e493c33ff13
MD5 b3f37fe8003ee19cf7d64f471efb8e74
BLAKE2b-256 3e144f0ec8e2f63d6eb71fd3bdd8184e8c3be7eb609d54effaa84ca91e167c43

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for yuko-0.1.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 068677e60811ee4cc4dc2b34669fdc0c8921975ee6f3663faf8af942ce36f388
MD5 12381d8e99e3f42f2fa373d86671aa37
BLAKE2b-256 0cad42024b0b0e585cd7953f04204dacfef110b7aa042a5f4b5df9b22a3ff53c

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for yuko-0.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1f7c9e8cbdf26ddf509a916c7064f118b440d130ecf616d6e6c4929d80f6d0a5
MD5 bfd98c11f7574bdf1ad1a03efa21c045
BLAKE2b-256 fe4de6d28899bcf5a0d46ab8964ce73ca47705b1e5e20753058db2fa4b0a0dfa

See more details on using hashes here.

File details

Details for the file yuko-0.1.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for yuko-0.1.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 816c0e678c0f79ad08f95a5ba8a2234557d701de7c022a8e3093acb438eb1160
MD5 029d5439cf30064a80ab587b087dd04f
BLAKE2b-256 cf0b83426e60c3cc920c5470ff297c862266c915aa9093c7d31fe7f14e40e079

See more details on using hashes here.

Supported by

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