Skip to main content

No project description provided

Project description

python-yacedar

Simple, straitforward Python bindings for Rust Cedar policy language.

Installation

pip install yacedar

Usage

See /sample directory.

'''
1. Policy structure
https://www.cedarpolicy.com/en/tutorial/policy-structure
'''

import yacedar

policy_set = yacedar.PolicySet('''\
permit(
  principal == User::"alice",
  action    == Action::"update",
  resource  == Photo::"VacationPhoto94.jpg"
);
''')

request = yacedar.Request(
    principal = yacedar.EntityUid('User', 'alice'),
    action = yacedar.EntityUid('Action', 'update'),
    resource = yacedar.EntityUid('Photo', 'VacationPhoto94.jpg'),
)

authorizer = yacedar.Authorizer()
response = authorizer.is_authorized(request, policy_set)

# expected: True
print(response.is_allowed)

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

yacedar-0.1.6.tar.gz (23.5 kB view details)

Uploaded Source

Built Distributions

yacedar-0.1.6-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

yacedar-0.1.6-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.0 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

yacedar-0.1.6-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

yacedar-0.1.6-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (3.2 MB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

yacedar-0.1.6-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

yacedar-0.1.6-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.0 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

yacedar-0.1.6-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

yacedar-0.1.6-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl (3.2 MB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

yacedar-0.1.6-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

yacedar-0.1.6-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.0 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

yacedar-0.1.6-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

yacedar-0.1.6-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl (3.2 MB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

yacedar-0.1.6-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

yacedar-0.1.6-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.0 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

yacedar-0.1.6-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

yacedar-0.1.6-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl (3.2 MB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

yacedar-0.1.6-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.0 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARMv7l

yacedar-0.1.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARM64

yacedar-0.1.6-cp312-none-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.12 Windows x86-64

yacedar-0.1.6-cp312-none-win32.whl (1.5 MB view details)

Uploaded CPython 3.12 Windows x86

yacedar-0.1.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

yacedar-0.1.6-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.0 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

yacedar-0.1.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

yacedar-0.1.6-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (3.2 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.5+ i686

yacedar-0.1.6-cp312-cp312-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

yacedar-0.1.6-cp312-cp312-macosx_10_7_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.12 macOS 10.7+ x86-64

yacedar-0.1.6-cp311-none-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.11 Windows x86-64

yacedar-0.1.6-cp311-none-win32.whl (1.5 MB view details)

Uploaded CPython 3.11 Windows x86

yacedar-0.1.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

yacedar-0.1.6-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.0 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

yacedar-0.1.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

yacedar-0.1.6-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (3.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.5+ i686

yacedar-0.1.6-cp311-cp311-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

yacedar-0.1.6-cp311-cp311-macosx_10_7_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.11 macOS 10.7+ x86-64

yacedar-0.1.6-cp310-none-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.10 Windows x86-64

yacedar-0.1.6-cp310-none-win32.whl (1.5 MB view details)

Uploaded CPython 3.10 Windows x86

yacedar-0.1.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

yacedar-0.1.6-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.0 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

yacedar-0.1.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

yacedar-0.1.6-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (3.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.5+ i686

yacedar-0.1.6-cp310-cp310-macosx_10_7_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.10 macOS 10.7+ x86-64

yacedar-0.1.6-cp39-none-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.9 Windows x86-64

yacedar-0.1.6-cp39-none-win32.whl (1.5 MB view details)

Uploaded CPython 3.9 Windows x86

yacedar-0.1.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

yacedar-0.1.6-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

yacedar-0.1.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

yacedar-0.1.6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (3.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ i686

yacedar-0.1.6-cp38-none-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.8 Windows x86-64

yacedar-0.1.6-cp38-none-win32.whl (1.5 MB view details)

Uploaded CPython 3.8 Windows x86

yacedar-0.1.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

yacedar-0.1.6-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

yacedar-0.1.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

yacedar-0.1.6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (3.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ i686

yacedar-0.1.6-cp37-none-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.7 Windows x86-64

yacedar-0.1.6-cp37-none-win32.whl (1.5 MB view details)

Uploaded CPython 3.7 Windows x86

yacedar-0.1.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB view details)

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

yacedar-0.1.6-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.0 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARMv7l

yacedar-0.1.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

yacedar-0.1.6-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl (3.2 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.5+ i686

File details

Details for the file yacedar-0.1.6.tar.gz.

File metadata

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

File hashes

Hashes for yacedar-0.1.6.tar.gz
Algorithm Hash digest
SHA256 f229d47fe4472e2f46a349bf7bfcb437d0973cb2806f8cd1b97bdecf5c7c0f60
MD5 5efc3f41ccf21bdf490b06a341035b22
BLAKE2b-256 57902356e657d9a12d615831348674c2d40f1ad58e96867a9bc637409a6dd7b5

See more details on using hashes here.

File details

Details for the file yacedar-0.1.6-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for yacedar-0.1.6-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 49f53f8ee5f22c1cc4b2d10df2592a422b7c08234024f4b6ae04f3191bbae230
MD5 f745c9a97123a588be67da9ba5002972
BLAKE2b-256 306d46621742656512095ffb89073d7e8e081c6558f0b4c3893b422a1faa2d41

See more details on using hashes here.

File details

Details for the file yacedar-0.1.6-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for yacedar-0.1.6-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9ca9b0c2cb48aadf2739845e847dd0b1521fb5612b655bf9415cbf5471659082
MD5 957b04559ea19ba77b52bd38eea0a5a4
BLAKE2b-256 3ce482affa823cd4b6c8ffc74c9b02e17431987f0908c74a5761a190747a96e5

See more details on using hashes here.

File details

Details for the file yacedar-0.1.6-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for yacedar-0.1.6-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 54eefcac720aac0ac4697aba3b623059bd13774dc173c43f37620af59c839824
MD5 83133a07ffea74f66c9b73a14fcac078
BLAKE2b-256 41f57d2975616ce42a8be4ce17f76198e26e7f2a40d6357221f1f6c63c7c7183

See more details on using hashes here.

File details

Details for the file yacedar-0.1.6-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for yacedar-0.1.6-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 4fa29f482b54adf9813439de83a40f70637a7218f11db7b4a6009e4e14d1e054
MD5 0b449c3f205e66af3574b4c1293107dc
BLAKE2b-256 87c9cb068a435493b7175e7b8d8c76d511e3c8ef8dd41ec0bfadd78b63c40b52

See more details on using hashes here.

File details

Details for the file yacedar-0.1.6-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for yacedar-0.1.6-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1e6eefce41bc445c0c6a82fe669f06a5efb2fe3fe2f40e23c32d454b4a839e48
MD5 6a32acc36cf87c506bcac2adb69f100b
BLAKE2b-256 f9bc56244da9b73ee8dd1dbe2916e4fd8945e088cc1bb07f6ea201f376a2411f

See more details on using hashes here.

File details

Details for the file yacedar-0.1.6-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for yacedar-0.1.6-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f8819f4fec8e1981cd1a43f8f58f1cc7be48e693c7f0c9bc82dae26df9d17ffe
MD5 a7fe5ca80b0bfb4397d7df95090ce570
BLAKE2b-256 c5d1b79a13f1f23e6bd2460a2befb34a68891d23f4839f7b5fca21e6320e7279

See more details on using hashes here.

File details

Details for the file yacedar-0.1.6-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for yacedar-0.1.6-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3277ab56551c88635ea44882834cb7565de2542294e0f544f6efc3f5ccbeb913
MD5 6115d0cf6735a51e7dde5bb4823f951a
BLAKE2b-256 3e5b36a5ba542e7c17441bf4a737e2819a6a9f4ab28fe42a8780dbfcc10c3741

See more details on using hashes here.

File details

Details for the file yacedar-0.1.6-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for yacedar-0.1.6-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 17390064805f225f553c4aa904cf22ea5785bcf9fd053ba69fe7e4005e2bdcd0
MD5 b131e9d0200de0c7efaa0e4b509ec162
BLAKE2b-256 b7cc66650473245de98f1a2e296e9ede0ba3690da39e64be4d33f0f15ec30fda

See more details on using hashes here.

File details

Details for the file yacedar-0.1.6-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for yacedar-0.1.6-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 332c14a7555cfddfa8b301a19296ffc62c10ea925839465418b9468ccab439d7
MD5 5ed5c0cf0c0925f7922e7bd3d56ef12e
BLAKE2b-256 55fa978c08090b078ba3ad25c4e02a021b220de8644c9132026dff7b991a5613

See more details on using hashes here.

File details

Details for the file yacedar-0.1.6-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for yacedar-0.1.6-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2a56daa7e53320a42a81f9dcf5ec1909a1d8154df0f7c3762b5c4faefbc72610
MD5 899bb62068091c8747a1cd4b0c0eadf2
BLAKE2b-256 9416f2234a84179ec83de2612c93d0648f4f0eb987f332188d256109372c8ffc

See more details on using hashes here.

File details

Details for the file yacedar-0.1.6-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for yacedar-0.1.6-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 806b4b882597704b5cf47eccf94869f0ad9302b84eb48d3b0dac76e6b40ba716
MD5 42a19304ec66248b2fba9ee36fb8e41c
BLAKE2b-256 aab4317e54471677c53f65c448a009bee45511cc14368e64598ec3f615b2fd84

See more details on using hashes here.

File details

Details for the file yacedar-0.1.6-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for yacedar-0.1.6-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 0f450046ed170d6d5feb0719327630682b96d6d7dc537a3bf9d1c6b59f399fe7
MD5 d16d1138864c9ce2373be298eadcbf4c
BLAKE2b-256 1f5b5e12ae9d5e15ea257d9a49f04d8dfb16f6db6b31f7cbea718156c4eb9e09

See more details on using hashes here.

File details

Details for the file yacedar-0.1.6-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for yacedar-0.1.6-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b9e13bb985e2682371582694ebf150ce52fe283a1afc09863bc7061a8047d86e
MD5 fd833b5d5ae879f56f0821efeb656ed7
BLAKE2b-256 f39388659d841a42ad73f940f5e36ccc86e41d1826c204c931383698381a5a9c

See more details on using hashes here.

File details

Details for the file yacedar-0.1.6-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for yacedar-0.1.6-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 74bdf7859e424502ab98e6573e515e17cf3245c9335dcfee53758a1b2e95227a
MD5 7f1a7eb768f8642799cb88ac5381a2bf
BLAKE2b-256 4dfb737bb9a2daa3cbca3afe0901440da86000e4f4894006675c5f46625950be

See more details on using hashes here.

File details

Details for the file yacedar-0.1.6-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for yacedar-0.1.6-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3c217f604600be399b52223fe7198707a464aecf969a51d65959b7602647724e
MD5 eda0c2160b117af346ce8dfeb84c5b57
BLAKE2b-256 33d5b448e0ff4d54d0098c50e9794fa0da413c89706345230037d1d53957c8ad

See more details on using hashes here.

File details

Details for the file yacedar-0.1.6-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for yacedar-0.1.6-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 92543af6e9bb11a4c3459d78c92d6f44b3c6b00098c1a04a46d5873ac95e8b11
MD5 06c5c95e908765980fd75731e93d7d03
BLAKE2b-256 f590cdab4d94eebae93d0e58aaeff4ebb2103b0c41343aac3ab2011980f67037

See more details on using hashes here.

File details

Details for the file yacedar-0.1.6-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for yacedar-0.1.6-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3b763558ad846f1fcab595430bd02ca0457507fb614f43ef6210f89422bbdd54
MD5 f46c03de0a54886fc178b698ef381775
BLAKE2b-256 585b6e378694533cfebe0601f7e15e1dba8ba60b5a5b4a474dffa49e53ec411b

See more details on using hashes here.

File details

Details for the file yacedar-0.1.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for yacedar-0.1.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a25e407ed6002358abc7cb5a0e748533fbe097af516d1080161ca033f2f20669
MD5 6457b24b55c34be161bc8adcef2fd93b
BLAKE2b-256 9624306c08ba209d3a7eeb93fbc6581abb1e8d7aabff427c787b8401b1bfad35

See more details on using hashes here.

File details

Details for the file yacedar-0.1.6-cp312-none-win_amd64.whl.

File metadata

File hashes

Hashes for yacedar-0.1.6-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 6b41fe6c131d01821c354402999c3f7e20544ed262333cb8ad8272114a45d12c
MD5 cb6cca77e2d4f2d364c115f76e85224f
BLAKE2b-256 9531d3d7104b1f2975287240b97a94dda70eeb4cdc02a585e774210b3b746a07

See more details on using hashes here.

File details

Details for the file yacedar-0.1.6-cp312-none-win32.whl.

File metadata

  • Download URL: yacedar-0.1.6-cp312-none-win32.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.4.0

File hashes

Hashes for yacedar-0.1.6-cp312-none-win32.whl
Algorithm Hash digest
SHA256 7859dc4bda40eb040fe1c1c49e090b38785115f614a3e9df50fbc4975535dedb
MD5 e61f55329373b97d6ee8c45449c0fbaf
BLAKE2b-256 273d6e59f6f3feb9828d3ac0f94adae1bac614958a2829551b3ab32217ed0f42

See more details on using hashes here.

File details

Details for the file yacedar-0.1.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for yacedar-0.1.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 687d0acb67f5ad5dd13fae0cbe56176eaea79426248fb1980dd66241dee76ba4
MD5 c49ce626bb7e796cb7883576be7ebffc
BLAKE2b-256 64f81ad17391ac6b49b68ec88e75a06f3a235a37846e5fdf730e9041fb1fca9c

See more details on using hashes here.

File details

Details for the file yacedar-0.1.6-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for yacedar-0.1.6-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c360562cfd946e383397dbf698758875fd5784e6d8acba33a1c31ebe07740313
MD5 be72c56308d5466d29b8d04b149dad69
BLAKE2b-256 6db50498a6fc0d1b983da1501e97328924b029e06cfed04a242f66c2352076b4

See more details on using hashes here.

File details

Details for the file yacedar-0.1.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for yacedar-0.1.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ba3f124b12fc0d775e23de3c48605863da849116916c07cce792389dab6f99a7
MD5 d8dea0d1ec84aded4388a1a1d9482d10
BLAKE2b-256 802fb085eb29ac8d4ea9ee7f3c201cb952f61f9ec6957e522bd1c95f6d666735

See more details on using hashes here.

File details

Details for the file yacedar-0.1.6-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for yacedar-0.1.6-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 1a361ec4baf08f9db4d996d57f024f287a57296c70a682e947354e739425d8a7
MD5 a7c434c5d61ebd1e76cf7fb3de54efeb
BLAKE2b-256 1685621febddda80197ea0f9dc691a021e26627b4fe7a71924ccf6e373271287

See more details on using hashes here.

File details

Details for the file yacedar-0.1.6-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for yacedar-0.1.6-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1803d06af84963f8a3f67a081dd88f812932226d7866746555fa01c27245e292
MD5 a43e151712b60007a0e879289e6540d7
BLAKE2b-256 7df8e4c1b7c3c66e95434c70eeb8a98cfa2739a7318fcc3c63a3ed06faa1b5ba

See more details on using hashes here.

File details

Details for the file yacedar-0.1.6-cp312-cp312-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for yacedar-0.1.6-cp312-cp312-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 e77a54048e89912c1d863fdf34333fff37f3ed228aec04d4d11a01639cdf0554
MD5 e12ed2b0a70432528239db5aa987ed74
BLAKE2b-256 08c8913b4b2963760cf2e9fc696fb8bd1210cccfc0a96f7e9c5b640aaff18d5e

See more details on using hashes here.

File details

Details for the file yacedar-0.1.6-cp311-none-win_amd64.whl.

File metadata

File hashes

Hashes for yacedar-0.1.6-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 60ed83842070eaed0e7ff3768daca1a87244c37f062ae30e03b3baf347a05837
MD5 43ecf1f67dfec14091c3107eec549aad
BLAKE2b-256 9a0068438db06886110c567111272048abdefb6a0764dd2b453de75bdc6c1651

See more details on using hashes here.

File details

Details for the file yacedar-0.1.6-cp311-none-win32.whl.

File metadata

  • Download URL: yacedar-0.1.6-cp311-none-win32.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.4.0

File hashes

Hashes for yacedar-0.1.6-cp311-none-win32.whl
Algorithm Hash digest
SHA256 eb411ea4f1ed64bbab1d517ff360360ba994930299c776ee701437a33440b663
MD5 85e4ec48e3b4ef0ea1a74acf2f4091b7
BLAKE2b-256 05988434681685e832f19aabc74404f75df2e7368a61370dadfdbc3adaceb02c

See more details on using hashes here.

File details

Details for the file yacedar-0.1.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for yacedar-0.1.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5d2e1b42e6cedd2e9f85cfa8cdb7eec6a4028502e832469eb9da6698e87137e1
MD5 975d5a3d1f8504eaff958437d756eef9
BLAKE2b-256 23e6aefe0a09a43d8c2412184cb0ee9fea6fac2130d3807d95bb0aaa3f3aaf04

See more details on using hashes here.

File details

Details for the file yacedar-0.1.6-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for yacedar-0.1.6-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0771c1a940e0b076176b50bd6aac3ca91df66740a35833107762f4517d8733c4
MD5 fcca3abffd6d976ef64865fa9067136b
BLAKE2b-256 a602a559d7940228f0eaf67a1f5ce833fefbc59c7413bac5c6ce0546e25c4ab8

See more details on using hashes here.

File details

Details for the file yacedar-0.1.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for yacedar-0.1.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0fd86574a54f88d4118c9a03d1cc6df5b056e58158e5a00be447825b1ac0cc91
MD5 d56259f8dcaff51a1b36df1af60d8a22
BLAKE2b-256 fa4734f03a0a31478794263113c312d0609ee07119040817456dfc0cc5144805

See more details on using hashes here.

File details

Details for the file yacedar-0.1.6-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for yacedar-0.1.6-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 18b1eb0e9e067a7f2b890d1ff08d21b3b84c48ff1f4a47afd281becdbb2eb86e
MD5 7f349150bfeb732d546080446b196ade
BLAKE2b-256 4ae1d9e7a86706cc936abf4b818f7a782e0714fdb7aa355d9e9a91630dc1bab0

See more details on using hashes here.

File details

Details for the file yacedar-0.1.6-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for yacedar-0.1.6-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e496a41622410bd9e70b8ad9a2f99fab5a6ceef6feffe862efb0e3bafa48b6c6
MD5 abcf21e96e39a2335427b922a815fc12
BLAKE2b-256 eaf781efd9ffb8db03592cedd9a81204e838e62d87c36267519c77fe3197ccec

See more details on using hashes here.

File details

Details for the file yacedar-0.1.6-cp311-cp311-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for yacedar-0.1.6-cp311-cp311-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 8e56478e2d37510e58dfe878ea285c4aa94e85fc4316b17c734a04c28a666b8a
MD5 d7596c8834214b0190352e5024151bd7
BLAKE2b-256 83dbc4240cc4825d41f4dddd2cfb0d92d6662a279ac637f7d2f71af2d5907a97

See more details on using hashes here.

File details

Details for the file yacedar-0.1.6-cp310-none-win_amd64.whl.

File metadata

File hashes

Hashes for yacedar-0.1.6-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 e92bfb35a7f9ad1a01d6fd61ca64acca44960c1f191509f25ebc3d36656ed3e5
MD5 9df413397110318ec5b63daa7f751b21
BLAKE2b-256 b41ed5284092e61d73101d1516ab37c534e22cd130baaab841d421f5b865a5e0

See more details on using hashes here.

File details

Details for the file yacedar-0.1.6-cp310-none-win32.whl.

File metadata

  • Download URL: yacedar-0.1.6-cp310-none-win32.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.4.0

File hashes

Hashes for yacedar-0.1.6-cp310-none-win32.whl
Algorithm Hash digest
SHA256 81a96a91d3a49914bb27d042518bacb3b240128da66691aa6c39a560ec3eba66
MD5 41c697c78b0f040d3fa4fff7ec5e1cd0
BLAKE2b-256 5f8651463a49eb7bcb4b5a77991fee370f789cf1a01f182ed4810bb7d2d92af5

See more details on using hashes here.

File details

Details for the file yacedar-0.1.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for yacedar-0.1.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 91df3e0bcf8b552f6ea6e1faca58295c4fbe5036a107ecfa7866a21b895af01b
MD5 38684f0c3bd71574f579c09ec9d1a1c5
BLAKE2b-256 c55abcf12daeae461c8dada27173902314774faf54aafd9107c54580f139b6b7

See more details on using hashes here.

File details

Details for the file yacedar-0.1.6-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for yacedar-0.1.6-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 989dfd4e249b50aafbb2d431c3cd65f0f7f1977cb3992ebd11415f9135acb34c
MD5 f7c18427c2d775494f0f0d8def5da5af
BLAKE2b-256 8e338e20b8381b1dfe58fc3be3a42dd724f19312088fb6c1d12db7c1346a8aa4

See more details on using hashes here.

File details

Details for the file yacedar-0.1.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for yacedar-0.1.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c44c4184ceb46f7f9099c995fc30fc456fe6e409e7732941b3b243b704d5a339
MD5 1af7de4e67b965b0bec5e83e57207b10
BLAKE2b-256 12f6ae36a05604b8f77d327d204e15a2795b4a9617243762880c8fa845acce3c

See more details on using hashes here.

File details

Details for the file yacedar-0.1.6-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for yacedar-0.1.6-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 75490dab8d92eb61754e4521587b082ce868b899c00de4a24b8630ea5fdc5931
MD5 acc4f35d7872542f060517456edb6446
BLAKE2b-256 a4245d569d2b448a878a09f7c8d7bf41dfdf54f674b04efd4ca94b43aa3959a6

See more details on using hashes here.

File details

Details for the file yacedar-0.1.6-cp310-cp310-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for yacedar-0.1.6-cp310-cp310-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 32306d712644373f43b2898a7b7864bef862eb5bc491b6a365026407b418b821
MD5 e0af4c72dea9fbe13c1f80c7e33cc0bd
BLAKE2b-256 e65e9cebb99725d38fa3f5d8a00646a042f864e46474cd7823a8a6d01cf91d4b

See more details on using hashes here.

File details

Details for the file yacedar-0.1.6-cp39-none-win_amd64.whl.

File metadata

File hashes

Hashes for yacedar-0.1.6-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 d8d5447147c3f2806cb6e1b13759345142a66443e96f05eed354223de13919da
MD5 e0927ec312b06c118352940d7b9556f0
BLAKE2b-256 4fe5be2e887ded64eb0af3b52ecaebe94790d30552d3a3e17bd58486bea1687e

See more details on using hashes here.

File details

Details for the file yacedar-0.1.6-cp39-none-win32.whl.

File metadata

  • Download URL: yacedar-0.1.6-cp39-none-win32.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.4.0

File hashes

Hashes for yacedar-0.1.6-cp39-none-win32.whl
Algorithm Hash digest
SHA256 026267b2b75f425377d7bd183238c08a69764bfde5aa4d83e9034401b2c22e31
MD5 91f2ac5e44b5a02a9a5cede76cb22038
BLAKE2b-256 61cd04a3c5aa71946479432737b1be394d1eec88e063a86c38e2ca91d7ff68fb

See more details on using hashes here.

File details

Details for the file yacedar-0.1.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for yacedar-0.1.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b8243ae910494d1ebd0ad3bac3a6c2241c33657bf5d4f96d2ca549e138f06749
MD5 38953e64fbc2d9dc235154924e5ff23b
BLAKE2b-256 a3ec82af53d9022e5870562f24548fa9379c74136eb170c24c4a8dfe9c878dd4

See more details on using hashes here.

File details

Details for the file yacedar-0.1.6-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for yacedar-0.1.6-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 00833b07ac903953f516d8c69a6399795c70456885bbfedb33b0db6a6733739d
MD5 3798c9468d6e82fd8dc4e10b23c50565
BLAKE2b-256 feba5bd745a675cdf9c46b74f1859b614066115c42aee88a97ff320ac0edd694

See more details on using hashes here.

File details

Details for the file yacedar-0.1.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for yacedar-0.1.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 563134debfa63554ca9ce806a8bfc0e98e5779a2ab57b1fe8ea9c86e0e07e5bc
MD5 e98970c5fdf201d30810cf90dcf7f8bf
BLAKE2b-256 78bd89e3d9562190f4453eb9ade4c2d98ebe2e37e7c4febf1d73d7be9b27fa5c

See more details on using hashes here.

File details

Details for the file yacedar-0.1.6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for yacedar-0.1.6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 63f8db0b4eba6c73a1c8ac54e665e192400cd701cdd87005da6cbffc635ebb36
MD5 f4f229e561da930ee83a33c65af1a30d
BLAKE2b-256 517b95ef5c96f3b0aec2e49f5466253d02c5a384a457d540cc74005bfd242d03

See more details on using hashes here.

File details

Details for the file yacedar-0.1.6-cp38-none-win_amd64.whl.

File metadata

File hashes

Hashes for yacedar-0.1.6-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 7e66a7ea41c0e858a809e688f143c8deddd58260cca556010b497dd64d61a6ab
MD5 ecc618f9d48581ba3ed1db56e6b87910
BLAKE2b-256 7802eae7342755931cfe28a77502cf5d3638d08dad9ee72b5bbdbbb4347ac44e

See more details on using hashes here.

File details

Details for the file yacedar-0.1.6-cp38-none-win32.whl.

File metadata

  • Download URL: yacedar-0.1.6-cp38-none-win32.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.4.0

File hashes

Hashes for yacedar-0.1.6-cp38-none-win32.whl
Algorithm Hash digest
SHA256 265299b7648303426bc7c6b95bb29b4a735a398dee12f74309947544a215fca5
MD5 2bed1e73019d3f558cd917cd7a92f3b2
BLAKE2b-256 a34746f484b5669b42cb16bba27a1cf39a769f07ebf188ed44eac624fee8621c

See more details on using hashes here.

File details

Details for the file yacedar-0.1.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for yacedar-0.1.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 264dcdca3abd1477d1e61be43ee17637202445fa64bdb22891cfd4ed2e750bbf
MD5 22710ee94ae0d1906a753237287d6ad0
BLAKE2b-256 04b6c34ae2f334207da7d91f91d5167e8255693e3ea57530920e3ec92a442817

See more details on using hashes here.

File details

Details for the file yacedar-0.1.6-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for yacedar-0.1.6-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1b57892dd9f369fc1fcc090079a57e4a52aad8232b67f531c8d9977db660f38a
MD5 37c55be5c710cf94490b6665c9923808
BLAKE2b-256 4df7744b1805989bd28363bea23b5eabb232aad2c6cdd52ab09d1c02b5ccfcde

See more details on using hashes here.

File details

Details for the file yacedar-0.1.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for yacedar-0.1.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1dce2dec7b728b05b6b700132208144283475867b6de811510e7142fac88decf
MD5 7c50609630ab7e626dbffc91f76beb34
BLAKE2b-256 7ca383e6147262691a57cb63272b95671eb936cfdb8bafe8435211b685eb7d10

See more details on using hashes here.

File details

Details for the file yacedar-0.1.6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for yacedar-0.1.6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 095fb4ac0d2dd79bb306b707105607e367904f8ccbb76e086265cff1fe29bbbc
MD5 4112380967b8fbc2c2bc74d3219b314a
BLAKE2b-256 f35baee556d4f3c798e7c78a7b763c9aaffd43dc6e48521d9c0791a58966a5a4

See more details on using hashes here.

File details

Details for the file yacedar-0.1.6-cp37-none-win_amd64.whl.

File metadata

File hashes

Hashes for yacedar-0.1.6-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 50f0bce47b2d90cdaa43e6beb5ed05e24073d93eeb77671d9a2a356ddebe7aa1
MD5 f8ffdae978404b2df7be86f56c4a2dbf
BLAKE2b-256 9656bfd1eb191a3b29639c8c2be5bbc0c525399639adc5e6a1dd6bef2517da33

See more details on using hashes here.

File details

Details for the file yacedar-0.1.6-cp37-none-win32.whl.

File metadata

  • Download URL: yacedar-0.1.6-cp37-none-win32.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.7, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.4.0

File hashes

Hashes for yacedar-0.1.6-cp37-none-win32.whl
Algorithm Hash digest
SHA256 e5c291d089310e726184fa2fbddad383cfe9ae63af9730733341181c4d5c3616
MD5 91b71e946e752bf5e1bfb408d7568236
BLAKE2b-256 2be1a301aaa638090805f4203c7601e78f2b787930c1f1f013e6a8e8c6afd415

See more details on using hashes here.

File details

Details for the file yacedar-0.1.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for yacedar-0.1.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 783aa3a6ec81ce097df480444aaf3f5e5a612d790c67f9c8a2a237809794d082
MD5 92ad1ebb8a66f325c921852fa8122c91
BLAKE2b-256 777fc55078a9f015f4012bd72ab25ad2c756aed44ae29fb71bf36ad85d08664c

See more details on using hashes here.

File details

Details for the file yacedar-0.1.6-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for yacedar-0.1.6-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9a9367478f8c1af8d3f764a141fc2d328d10ffe46fdaa74699fd3c0cee4d006f
MD5 5b2837a15822540c406ddba726d16d02
BLAKE2b-256 c9f99bfbe3976a2ab64140248e1e153632061c019f87d1c4ea3272a8d739d489

See more details on using hashes here.

File details

Details for the file yacedar-0.1.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for yacedar-0.1.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 edcd65762c177555b9ae28af6c20fae3086e60c4c9e9aae0ee4670b17634eb11
MD5 7527f4cbd1be9f2fbf30b4fdee5ba961
BLAKE2b-256 ff6d086e67141738367849695d9d5d35ba730c333cacb021cadaff1ed52de152

See more details on using hashes here.

File details

Details for the file yacedar-0.1.6-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for yacedar-0.1.6-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 9109508852b6b1948256909c695ef1e05d8e9333f4e02dd9c3655dcd46e69c51
MD5 f74aebbb173e819cfe4bf9450841b87d
BLAKE2b-256 2c7104f2d3d207d45ec1331a66143a2ed1e78fc9a52c5bcb348390a500b6643e

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