Skip to main content

yaml serializer and deserializer backed by yaml_rust2

Project description

xoryaml

Yet Another YAML library for Python ;)

print(
    xoryaml.dumps(
        {
            "name": "xoryaml",
            "released": datetime.datetime.now(datetime.timezone.utc),
        }
    )
)
# ---
# name: xoryaml
# released: "2025-03-08T17:01:14.569027Z"

Why?

I wanted a memory-safe and reasonably fast YAML library that could handle datetime types. It takes inspiration (as well as a bit of the test suite) from orjson.

In order to keep the interface to native code as simple as possible, I have implemented part of the interface in Python. Not sure if this is a bad idea, but it seems to work fine? Let me know otherwise ;)

Thanks

This project would not be possible without:

Build

  • Install maturin
  • Run maturin develop --release

Tests

  • Install tox: uv tool install tox --with tox-uv
  • Run: tox

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

xoryaml-0.1.0.tar.gz (14.0 kB view details)

Uploaded Source

Built Distributions

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

xoryaml-0.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (388.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

xoryaml-0.1.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (449.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

xoryaml-0.1.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (440.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

xoryaml-0.1.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (399.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

xoryaml-0.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (383.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

xoryaml-0.1.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (414.8 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

xoryaml-0.1.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (450.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

xoryaml-0.1.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (440.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

xoryaml-0.1.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (400.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

xoryaml-0.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (384.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

xoryaml-0.1.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (442.1 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

xoryaml-0.1.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (438.0 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

xoryaml-0.1.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (396.3 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

xoryaml-0.1.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (380.7 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

xoryaml-0.1.0-cp313-cp313-win_amd64.whl (239.2 kB view details)

Uploaded CPython 3.13Windows x86-64

xoryaml-0.1.0-cp313-cp313-win32.whl (230.8 kB view details)

Uploaded CPython 3.13Windows x86

xoryaml-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (385.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

xoryaml-0.1.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (442.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

xoryaml-0.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (437.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

xoryaml-0.1.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (396.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

xoryaml-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (380.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

xoryaml-0.1.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (412.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

xoryaml-0.1.0-cp313-cp313-macosx_11_0_arm64.whl (341.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

xoryaml-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl (355.3 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

xoryaml-0.1.0-cp312-cp312-win_amd64.whl (239.9 kB view details)

Uploaded CPython 3.12Windows x86-64

xoryaml-0.1.0-cp312-cp312-win32.whl (231.2 kB view details)

Uploaded CPython 3.12Windows x86

xoryaml-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (385.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

xoryaml-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (443.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

xoryaml-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (438.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

xoryaml-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (397.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

xoryaml-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (381.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

xoryaml-0.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (412.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

xoryaml-0.1.0-cp312-cp312-macosx_11_0_arm64.whl (342.8 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

xoryaml-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl (355.7 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

xoryaml-0.1.0-cp311-cp311-win_amd64.whl (239.8 kB view details)

Uploaded CPython 3.11Windows x86-64

xoryaml-0.1.0-cp311-cp311-win32.whl (230.9 kB view details)

Uploaded CPython 3.11Windows x86

xoryaml-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (386.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

xoryaml-0.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (446.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

xoryaml-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (439.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

xoryaml-0.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (397.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

xoryaml-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (382.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

xoryaml-0.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (413.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

xoryaml-0.1.0-cp311-cp311-macosx_11_0_arm64.whl (345.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

xoryaml-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl (359.5 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

xoryaml-0.1.0-cp310-cp310-win_amd64.whl (239.6 kB view details)

Uploaded CPython 3.10Windows x86-64

xoryaml-0.1.0-cp310-cp310-win32.whl (230.6 kB view details)

Uploaded CPython 3.10Windows x86

xoryaml-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (386.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

xoryaml-0.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (447.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

xoryaml-0.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (438.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

xoryaml-0.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (397.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

xoryaml-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (382.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

xoryaml-0.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (412.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

xoryaml-0.1.0-cp39-cp39-win_amd64.whl (240.2 kB view details)

Uploaded CPython 3.9Windows x86-64

xoryaml-0.1.0-cp39-cp39-win32.whl (231.1 kB view details)

Uploaded CPython 3.9Windows x86

xoryaml-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (387.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

xoryaml-0.1.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (448.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

xoryaml-0.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (439.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

xoryaml-0.1.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (398.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

xoryaml-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (382.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

xoryaml-0.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (413.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

File details

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

File metadata

  • Download URL: xoryaml-0.1.0.tar.gz
  • Upload date:
  • Size: 14.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.2

File hashes

Hashes for xoryaml-0.1.0.tar.gz
Algorithm Hash digest
SHA256 575bc11fcbca6a37ce74a50139511e475b303d6ce94beb8a3312a07f7910a0c5
MD5 ce6aee6d18a9384a19132e1a3b2d3042
BLAKE2b-256 6d992c8d9d3edbcad6a16980615b0daa3783a46bc38c7ae5071e543ca64de72f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xoryaml-0.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 db82327ce2a7329779f2d79a48a2b1f0089609f002e461ce36e542d8cb9034bd
MD5 1889a3c94fbb63eb600ef855993764a2
BLAKE2b-256 4cefc465c5e2a9132e7bd9fb7f0d4a69d702d8627cd6cca3c6b6ee9cb4600fba

See more details on using hashes here.

File details

Details for the file xoryaml-0.1.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for xoryaml-0.1.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1387cec60b25c6f5bf2afcb0184ef1323b728a5cae5c3452cc731e1ac366645a
MD5 3a742b19ade5e45c8bc0fbf406d801aa
BLAKE2b-256 6d4dcf44185a2cb9595144bcbcd0b6fd1502d70604136bfdf95c9efd190d1840

See more details on using hashes here.

File details

Details for the file xoryaml-0.1.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for xoryaml-0.1.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 01346c549e994c8518c551110d0b5e63e1f85f1d9e6dd0538d6a73543030d18b
MD5 c5327e891702df83614b8a00c1a72507
BLAKE2b-256 583b32d87ffb83f00a6645e93eaaff98789eabe0dde3c9eea24b0d7400703d8f

See more details on using hashes here.

File details

Details for the file xoryaml-0.1.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for xoryaml-0.1.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3f2160d4abbd1c616a5f501794e5ac214db2068930b09247f409ce11b48876b2
MD5 fa86a50870501b4bf4ad5bd64356864d
BLAKE2b-256 33e21de1c07592d83b217f3dda1acfdefd0bfb2ad333864f249131160141f483

See more details on using hashes here.

File details

Details for the file xoryaml-0.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for xoryaml-0.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9a7d321bf94af8fca7396188f50bdee4fea5c21c03d3f17860fccb1ca85835ad
MD5 42c051c53a0272e4c120e4e216cf0051
BLAKE2b-256 73cf9642a6041c7725ed11ecf6876ee50fb1b624e79e530189ebd65a0d498efc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xoryaml-0.1.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 ac69e747640d5b022f7b78c0d7b867000e6601c19b99fa82fa8fd22396db7654
MD5 4567e34dd437683ff0f422d30c31c590
BLAKE2b-256 1a24032154c61415cd2199ed9d4c5c4e2f75c2a20ee59c56acf9168f4352b5bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xoryaml-0.1.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2fe0f3c872b39a1a8bb4705031e7c0ba402fb2aa7bf24ce22b2d9917aedc6930
MD5 78678cc9a7ecb954b031752576ade09a
BLAKE2b-256 7f39510cd9c1f6b822e6166426d581cfa1c4b80b0eee83715fe8430b56e52223

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xoryaml-0.1.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 56fba7103347bb21a905ace56ca911ad5f72e3421ac1fd43ab37bc1c81d741dd
MD5 2cbec566b618f354e458d7e365517811
BLAKE2b-256 b047a9d7c2686f5001a367369359373928f74e8b1648d82e8ea74e96530fe70d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xoryaml-0.1.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 da228889e2f5d293027bd5bcafd5176f694d2aed4b105c5a8713592c015aa672
MD5 1a758110dc247c77edfe1db0a20d46a5
BLAKE2b-256 5379a23deaf0989c0475c89d3f33da1ec743a25a8c7af2b3a4a36fea3fe06325

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xoryaml-0.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1bc23137005cbe4d5226b4db35d2ad2813ae1a4f6efb32125667bb08cf138191
MD5 9f57caf01ff8abd705512135c0a5bb60
BLAKE2b-256 02b967b13907dddde3bf9ceaa0824e3e5c7a909886b9cffdd33dd111aba6936c

See more details on using hashes here.

File details

Details for the file xoryaml-0.1.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for xoryaml-0.1.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2721877b0ca571cf7731765d82ccc7681f13c249d12b10ac013db07f5d2ad8ff
MD5 addd6c89d21345acda30942eb5b51c45
BLAKE2b-256 c8cd2cf308e74118c761889473be3c25c187c757a86f115d323d3892a8883725

See more details on using hashes here.

File details

Details for the file xoryaml-0.1.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for xoryaml-0.1.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 32a523b45b7a954d6da0110d3f0aa3f3b6215e2ab280cd9b4c75244f0f5831b5
MD5 410760dd2501ba6e013d17c93b586e5c
BLAKE2b-256 91075ea5d59f4e184d6120166c7c72f85315495199dd828ec529b3aa2d692cf9

See more details on using hashes here.

File details

Details for the file xoryaml-0.1.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for xoryaml-0.1.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3b0d16d785cf27905a76c23ef66fa786f495807de201c6f995990b1652db1bbe
MD5 88a89032a6fc3778f14db416110919cc
BLAKE2b-256 46f3540a295be85919a24525ec3c2508218f9cd89891ffd6b926fb7e11c62fbe

See more details on using hashes here.

File details

Details for the file xoryaml-0.1.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for xoryaml-0.1.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5629b5d07c0e9365ba82ddc6441c546fa07a223a54434a063f163e236dace205
MD5 8d63513274196ae4000614b8a87984ef
BLAKE2b-256 00caad3c0201cafdbe79f3d3e1a7e54848c8524abf1707830f8229623d02ea3c

See more details on using hashes here.

File details

Details for the file xoryaml-0.1.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: xoryaml-0.1.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 239.2 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.2

File hashes

Hashes for xoryaml-0.1.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ff9f21e98ffa044fbc3fe8e305ccbf91a16ae0c4e6d460b78303ec8b13f00190
MD5 1b297f9f3c4d80fade272904d576da78
BLAKE2b-256 573300ca4ee377908cd9240c8a4143ee95c466f2f0730926df705de946759b88

See more details on using hashes here.

File details

Details for the file xoryaml-0.1.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: xoryaml-0.1.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 230.8 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.2

File hashes

Hashes for xoryaml-0.1.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 4387793216b7eaeaca00aff40a4e991a5a8cb1ae7c3a5d01d7bb197b3e7045bf
MD5 31047f51cfd3c9d2331efc95a9ddafc2
BLAKE2b-256 1310a20e04fcc257ac7e2dff7eb32cdb65d78e1bfbcc0706cd4474de3a38c364

See more details on using hashes here.

File details

Details for the file xoryaml-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for xoryaml-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b0131bb6587db0d4dcff8df2135f5148263cf3d40a39e78bcd782bb89587c365
MD5 cef15ae8a6228964be84a20a80cbd19a
BLAKE2b-256 bd9dc30b0ef0460e16c05d0e31a960c27b29bb3c164e0d192b3582e2c9194a9e

See more details on using hashes here.

File details

Details for the file xoryaml-0.1.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for xoryaml-0.1.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 12df21b3dfffb31c2c183aaba32a975346d5eb37a9a54b35b615464579e4d807
MD5 1c77440270f8cf5034ffe748a892439b
BLAKE2b-256 4a951bae8e37305657ead6e0772502c25d888405fe2291853acf6c895ddbe70c

See more details on using hashes here.

File details

Details for the file xoryaml-0.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for xoryaml-0.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e25af569c9fcf2020a99bb36fd6d95507463683aed8ad344bf4d0d7aa8b4d662
MD5 8b942b6406d4d76bf9dcbd3d1214270c
BLAKE2b-256 3cd273e2762d36e3da8cc393bbbf7cf591ba3596331b6e13d93fb2c4e5232472

See more details on using hashes here.

File details

Details for the file xoryaml-0.1.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for xoryaml-0.1.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9186a607aca31a4ad7a69a8bcf7a5176ccb7a4c468d88559416c3e28fb71dfef
MD5 1c682650a1d5907b41ea2d5c7fa9dea2
BLAKE2b-256 cab9b600c9837b6bcb9b9aa420e2a7e8baa60fe22dbbd6fc45c46e6fbe3acd9b

See more details on using hashes here.

File details

Details for the file xoryaml-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for xoryaml-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 501c07fc9cab341d859d70122c9445004cae5314fe5036b2bb2076817056005d
MD5 1d3f6b6fd1bf6938eec892c84838e772
BLAKE2b-256 0280a6abbdcd17f52e3b8a39836a3ddf9cfeb7114226dfe6a11249c9a570a147

See more details on using hashes here.

File details

Details for the file xoryaml-0.1.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for xoryaml-0.1.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 660373ffc24ad96c9dd454196d3836237a328963f97797190c7b598e619316ca
MD5 07adee28915777b4b501f1c2ea11a53f
BLAKE2b-256 cbaec078cd3d11454bc8870a3873259b4a4a6ec903a8d92ac0abbc014c702ac2

See more details on using hashes here.

File details

Details for the file xoryaml-0.1.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for xoryaml-0.1.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c03affc35089eb095f62b02674d4aa3eb459e07e999e753456e0b14d36d05b5a
MD5 0b5944f3cc052c1c4409641c795a8ef0
BLAKE2b-256 615ff198c0323cd4353d0d91c24cffeda9da97b691e3e515f837a7a906153a03

See more details on using hashes here.

File details

Details for the file xoryaml-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for xoryaml-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 900eaf68a2c0901b9af03cee1738bc15a5f5d3faba953e822c82954c47480b89
MD5 c5074d73d281c4ed15227a5ec2a999c2
BLAKE2b-256 e561dfe4c87f8d3904365a1d66b9969804484c23ee013316d69d6c88e7657474

See more details on using hashes here.

File details

Details for the file xoryaml-0.1.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: xoryaml-0.1.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 239.9 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.2

File hashes

Hashes for xoryaml-0.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 76ad599c59d457836d75c666709d583ba632ff246ab169b71dd459285e4baa81
MD5 37f41801b3225c63458e0784a3e38a23
BLAKE2b-256 865a8a85e4f454db2127b4e8de84d0634cfd5a2de2dc5a0153b83ed8841c656b

See more details on using hashes here.

File details

Details for the file xoryaml-0.1.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: xoryaml-0.1.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 231.2 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.2

File hashes

Hashes for xoryaml-0.1.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 c5cf73c1fcc06a202c4cc9b977408eb5e2b3d19f77306d45fbc67f20f4a957de
MD5 3c87546a410be222308fe6ae3041a293
BLAKE2b-256 554d17d9a13141d3b2a39814a678369c3624f314783f949f29d5b34d1e038d6d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xoryaml-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 284a811e36fabf010d48fa249cab178ec6e9b366936ae14529c150e1569e154a
MD5 fbfee6d59a0d643a30e7796304a595b1
BLAKE2b-256 6238c8b8b05547bda58ce29c7555c5f05be5f076765209ba320bd5c89fbb2762

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xoryaml-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b0557f9c965ea94502525e345216f0f66cb14994634b69ffb18554d106123e95
MD5 ad400f944a08cd03aa3f6db4b80993d4
BLAKE2b-256 849a2c3065fe66e8790d58d58a7625ddec0045108d73974f501926975e3402bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xoryaml-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7bbc90ee29635715b0e73c2f712ec1c5f957c0979697536055388aacd54746dd
MD5 58118b363baa75abe096812bea3faa11
BLAKE2b-256 efba780fef39e5ddda2a78b4b0b6f0974decaa6eca9986281fbdc46f9c5173c1

See more details on using hashes here.

File details

Details for the file xoryaml-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for xoryaml-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0f05d769f9e0366e23879dcea972606f260d5eae6a4cbbd312d06cab65d8f7bf
MD5 756bf2564129822407d2855da0fea38a
BLAKE2b-256 562df6f340102a23a42142d1a117cdb75ddd8f703cbe388e372c678538729e63

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xoryaml-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 477cd785dcf584ed75224275423ce50ce9f579527e951bdadf04cb240d17f2c3
MD5 ddd561fc62b5b67114c55f4fbd03804d
BLAKE2b-256 f659c7884375b4fb59e045cdc228f3e16b3614f45863c01c493470be00e3870b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xoryaml-0.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 8850ed4663a9bde5e26f9392a8de784ce9639760db252650010e7f1ccff8e6c5
MD5 73736c953ff7c3596828fc80787b645b
BLAKE2b-256 94a73c1f31dc2cee243b7c0fe28e668de65c76c408a4bcd32d88581903a073a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xoryaml-0.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e0461129c1b399b965656b5f678e0dbc231ec59a85c4545275cb05a7a0c9f993
MD5 fd54ee5c14dc224352be904e10288014
BLAKE2b-256 956ecb6aa3c0bb492bbebe14ec1f7c4a38d9666235c76bf19e17c859d7c53f06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xoryaml-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3ee83480ff032ba5f4aa49cc7f6c43126e65783f13d6f5839b8bead588c7b23c
MD5 62dd38e3ff496baa3832cf81217aed74
BLAKE2b-256 f3e208e9af33c677a43445c64de33f494288668b9c274e7ae083d8078360a070

See more details on using hashes here.

File details

Details for the file xoryaml-0.1.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: xoryaml-0.1.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 239.8 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.2

File hashes

Hashes for xoryaml-0.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 485f4f52ee29f836d38bfdafef81b7260ed24470bfea2c76d6c9563f09c5a48b
MD5 7658fd0f21df5bbd7f38390ce3f3a3e7
BLAKE2b-256 5f8e7c4be71750e0cb9738612172631cc37c11e7a83098e22239d3af86902a76

See more details on using hashes here.

File details

Details for the file xoryaml-0.1.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: xoryaml-0.1.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 230.9 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.2

File hashes

Hashes for xoryaml-0.1.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 0651c04386f54b2fb482fedb22c8cc4098fa35be134dc5b4e7bfb009d4f7bc33
MD5 d49d5026d13fbbe05038c6606aa93639
BLAKE2b-256 059e3c2abf9e8224ebeb9046ed676e1a2895edf8472e1fc595f7f2d4771bc2c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xoryaml-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 07a628658719f62e9d547468c6d704e97e4be5c062756222910ccc7650617527
MD5 cf22ac9d1c92e9ec3e5c5ae3eac85fcc
BLAKE2b-256 b8eeca5d43a68adfcbb0dcaf7697868a5e25ad4520d39da256d95fe0030d4cf8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xoryaml-0.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 fe961556a3606e3a00ed26bc602bf055d8b7f50eca962bde50bf6828d9b0e12e
MD5 8552730dd5bab181015759f81c6337e9
BLAKE2b-256 4d0a2a55bfd64fc7e3068c702ca6ac770182c761c2022ad7dedcc9e2a07de9a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xoryaml-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8f8c47f23f822131f82fea51d18890155f1a2df7523ce0afd93a182822e0e00f
MD5 f8e99a3f807954769371893207040d43
BLAKE2b-256 75f67d96e51e5dd711f9f916c0f5af2fe311a905a92c8dbff565b76879b91480

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xoryaml-0.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 28086ece3a9a698225f18b5631feb1cb9c8bcf36acf8274e6a662c079115d463
MD5 4fb28c4077bc8ba475ce405a7ce5d096
BLAKE2b-256 2281de50d87af8d01c99903967ef944534bb4447544285329a617ff2b9707330

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xoryaml-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 51c4a3967e6f16e3c0bfdbf800e1d9928ba729c3a03e47927e8e2075183db9e5
MD5 333c95f8aa05e0d65f7a1d4be2411946
BLAKE2b-256 33f3d107b3220e7f93069fe890a3b271e83df73c968afbfa5ce35dcf96aeb7ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xoryaml-0.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 449b41a43da778c0f87e9360c374dfa74f432783b7debbbe569f4a2766277a8d
MD5 740e7e7be5fe4e4b3e675ea70b2f9b7d
BLAKE2b-256 a5eb367c570852bef316f4dc09f6b69db89b77495063bdaf17aecc73aef034c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xoryaml-0.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0e67726425100b8034b4f66e9a554294dcaf6db3aac1d715bd305b102aea3960
MD5 162bbc3554c610ef123247378ed7be57
BLAKE2b-256 a017cac43ce39d92b3f4d3a7af382970c790a336c2a38cdc3b21e555bf3ff4ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xoryaml-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 bc6042532430ce3f563f5779791a880e0f18012da8bfa0ac93ad2401534a5faf
MD5 25642cc11678f77ebc31d2708aeb7c58
BLAKE2b-256 39ad74650d105b0b1e1e4f68b5ceae3bc2306965f32aa7962c31a7a9d25bf447

See more details on using hashes here.

File details

Details for the file xoryaml-0.1.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: xoryaml-0.1.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 239.6 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.2

File hashes

Hashes for xoryaml-0.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0fd197e19059238b105e94177bcbb057189a4dd4bd26a3eb0e87b34d13391590
MD5 dcbacb7988420abe012c6b0b15fd6df4
BLAKE2b-256 4c661dd52356b5aa2760f1d8d7c76e10631fc62eeea42b251b02f1665668329f

See more details on using hashes here.

File details

Details for the file xoryaml-0.1.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: xoryaml-0.1.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 230.6 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.2

File hashes

Hashes for xoryaml-0.1.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 ab06192268c2a4164279e1f6b4cd441f499ef57a8af023aee3d92ec8047e1bf2
MD5 c8626aba74f3f13fe5226a1313e699a0
BLAKE2b-256 efa4bd5d90041750046dc702f71aafeaceed178794b4dafe81f522e9e3eb6578

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xoryaml-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 845ed389de1277a20f119aac9db54b030976ca35891d7217b63a87193da88f15
MD5 0fa107651d3f5402ee9a213957a60ea4
BLAKE2b-256 552af0051d60018d34cbf2db351e5dd545a4180d3b4cac3070e5a0477c8c326d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xoryaml-0.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2fb77427234b372dd00f159559faa6658d9fa3207a10d4fe5b5e0c1cc026e93e
MD5 9820ad6f3ab8aa41246ee04d34c25681
BLAKE2b-256 fe421b3dc6abdc2498f53c117056962cfa9c5a27cfcf6553118e5568ce988595

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xoryaml-0.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 415b01c9c63226c0e8bc5bd31f4ab2c9b557736a6c272b983f07c9d2b75a3b17
MD5 6c25539d1eb60a6ec8313b81ca67a2ce
BLAKE2b-256 0cb2baf420336bb7fb490557c4f22cc108d8898c968e60470bf3abfaf66c3144

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xoryaml-0.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b36d4b575789fe6c0babcd05f37216479f321a4bc5f2178103fb30c397a02247
MD5 a6db33b14f694121a69e565264424550
BLAKE2b-256 e9feab7ae62545c9baedb4231fc48fd4632f92435e91e7f4d30376552c41800e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xoryaml-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 72590b3c89124488c28d2ee914d0eb2f051aebaea83a76abe67cb8f72945c200
MD5 5ffd1f7ed6cad84b5fd696ecdb10485d
BLAKE2b-256 5af9a89ea215ff306a301f96a2ad2182a89929dae29bb36b0be9b8459f2c5fdf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xoryaml-0.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 c13b1b929e509e01f30bf464d46c2bc66abdb4a5ac8b63840a32d9b5929cbceb
MD5 d63b0f088d70bf603e97b8cac7bd48c3
BLAKE2b-256 1a0d40ce41d320aac8b5d22a1b9b582a5b0d66c32ef4d452d6c38da88341bcef

See more details on using hashes here.

File details

Details for the file xoryaml-0.1.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: xoryaml-0.1.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 240.2 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.2

File hashes

Hashes for xoryaml-0.1.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 193cd8a63930452eb67cdc5ccfa6ca63c3912fe4816d4bde5f8b30bf0e33fe92
MD5 9b3f2acff347b5968601d5b22377b8ed
BLAKE2b-256 48b0fcae0259a7c19355df5f03510636a314d316a1c513d2b1544a479c76eb23

See more details on using hashes here.

File details

Details for the file xoryaml-0.1.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: xoryaml-0.1.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 231.1 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.2

File hashes

Hashes for xoryaml-0.1.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 fb9eaeac8aae05189094e57ad125db413ff5c0b914b109acc838a188675dd531
MD5 8d912b320ee4b7bea7e3278e05a790ee
BLAKE2b-256 551078115adf5c9a2efb130b823798fdf92fda48c29ff4500a1f8b2320146475

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xoryaml-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 07099700ac961b8685e7e9e64ba672c0c337e9332d3176f62404d41ac2c4c281
MD5 13f179eeffc83943445969b46bc98630
BLAKE2b-256 943a9da273dc76de9bc18b7c63cc33a208196046daa72eee03d9a7ced6dd5cae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xoryaml-0.1.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 11a737190df696217274e74ba6d84099e9d4014c04ad98cde9eba04147a902af
MD5 af0b65701dc18941de3136b7e7caa663
BLAKE2b-256 af58c3cbc570f955da0a3f957cefe999e10fc0e303c164ec1165cd1fbd32503e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xoryaml-0.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b4d0952bd0d4e3a4aa389b983eaa166bed0415c5f418d9eacbec7dd6ed4520fe
MD5 abf862bbdb3787b3c2a36c44361890ce
BLAKE2b-256 a3aad1e5880565d1dc8e4988cad8b11130bf62651c87bc8f37633f192f5d7e28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xoryaml-0.1.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 df498a007ffb0324d1b3145294bdf2879cac2411c9cf7d1c0aa08d86ad364207
MD5 253e2ea72abe07412a0d906ffea5160e
BLAKE2b-256 7bdcc0ef5434c03f4901f6dffcade3886700c9cc039f9b0c7720bfd00b69661f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xoryaml-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fcf3dc02140afc3334a0cc71c6feed134422c096f51f66b67bad9a7b80711dd9
MD5 78f143a7710a938d3469ca82cdf06c10
BLAKE2b-256 a959a06d200488799ce32062649917616f1a480dae7b4ea1612f90e1b745433c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xoryaml-0.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a047c14280c012a195dec605546b17feb0fc43a045afc3aacc437249b8284853
MD5 eecf2e5525e14081fe4c1aebf2de8ead
BLAKE2b-256 2fc8fce4e71b899222602be9ad30fbe0accfb535e95c8f77035085304b911066

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