Skip to main content

Hierarchical expansion of markdown formatted text.

Project description

adran

(welsh, 'ah-dran' - meaning 'section')

Adran is a small package which enables heirarchical expansion of markdown formatted text. using indexes, index ranges or subtext strings, return the nested text sections that are relevant to the matched region. Adran is likely to be a small to the point of laughably so package, spun off from a feature request for the related darn package. Its delivered separately as it may be useful without need for chunking.

jist

  • parse to mdast
  • recursively convert mdast to json-ifiable node object structure:
  - id
  - type
  - range
  - parent
  - children
  - depth
  - meta
    - wording (for headings)
    - columns (for tables)
    ... ?
  • pass this to the user to store as they wish
  • second object recieves an idx / idx range and... parses the json... somehow...

that last part is pretty vague huh... we'll need to figure something out for it, but for now i think we'll assume itll fall out in the wash and focus on the correct parsing of the mdast.

extra bits:

  • meta may need some custom parsing, and maybe more types than im giving credit here. dont think we need stuff like code langauge for the sake of chunking though?
  • there is heading depth, but content depth has no native md context. we will need to implement this to allow for 'sibling' based recontextualisation

I'm still optimistic this is a short week or so long project, but we'll have to see when we get there. its tooken me over two months to get to this point...

for now, dont look for overlap with darn. just assume that since darn preserves start / end index of chunks that they are inherantly overlapping. it may be that in practice they can share an mdast parsing phase or something in future, but thats in future - i dont want to get caught up doing that right away.

jist 2.0: you can (not) change the jist

i think theres some refinement possible here.

ultimately the best consumer layer will look somewhat like:

rehydrate(start_idx, finish_idx, structure, depth)

where the depth dictates the number of 'layers' above the indexes to include. in other words:

  • we dont need metafields, theyre a distraction
  • we dont need nodetype, its a distraction
  • we just need 'sections' which represent a nested collection of structures in the text, with parent / child sections and start / end idx's

from there, if i pass a depth of:

  • 1: i will return the section at the bottom of the tree (this will be at the level of paragraph, table, list etc...)
  • 2: i will include its parent section (this will be everything under the lowest level heading we have)
  • 3: i will include its parent section along with its siblings (this will include a heading abve ours as well as those to the left / right)

then we just need to discover the deepest section (/s) containing our idx range and we jsut rehydrate by climbing up the tree using the parent / child ids

on the flip side, we will need to additionally provide a section_heading field i think. for the lowest level text this will probably be generic like 'paragraph' or 'table', whereas above that it will be the actual section title. this can help us create shallow location printouts if we want i.e. depth=2, shallow_depth=3 might allow us to rehydrate up to the section level, but also provide the text for the title of the parent / sibling sections and '...' out all the body information.

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

adran-0.1.0.tar.gz (19.9 kB view details)

Uploaded Source

Built Distributions

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

adran-0.1.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (761.3 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

adran-0.1.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl (786.7 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

adran-0.1.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (823.1 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

adran-0.1.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (737.3 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

adran-0.1.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (531.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

adran-0.1.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (594.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

adran-0.1.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (713.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

adran-0.1.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (548.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

adran-0.1.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (561.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

adran-0.1.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (574.4 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

adran-0.1.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (761.3 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

adran-0.1.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl (786.6 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

adran-0.1.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (823.1 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

adran-0.1.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (737.3 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

adran-0.1.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (594.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

adran-0.1.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (713.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

adran-0.1.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (548.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

adran-0.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (561.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

adran-0.1.0-cp314-cp314-win_amd64.whl (333.4 kB view details)

Uploaded CPython 3.14Windows x86-64

adran-0.1.0-cp314-cp314-win32.whl (316.0 kB view details)

Uploaded CPython 3.14Windows x86

adran-0.1.0-cp314-cp314-musllinux_1_2_x86_64.whl (760.4 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

adran-0.1.0-cp314-cp314-musllinux_1_2_i686.whl (785.6 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

adran-0.1.0-cp314-cp314-musllinux_1_2_armv7l.whl (823.0 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

adran-0.1.0-cp314-cp314-musllinux_1_2_aarch64.whl (737.2 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

adran-0.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (531.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

adran-0.1.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl (591.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ s390x

adran-0.1.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (715.8 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64le

adran-0.1.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (548.6 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARMv7l

adran-0.1.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (561.6 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

adran-0.1.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl (573.6 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.5+ i686

adran-0.1.0-cp314-cp314-macosx_11_0_arm64.whl (478.1 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

adran-0.1.0-cp313-cp313-win_amd64.whl (333.4 kB view details)

Uploaded CPython 3.13Windows x86-64

adran-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl (760.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

adran-0.1.0-cp313-cp313-musllinux_1_2_i686.whl (785.6 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

adran-0.1.0-cp313-cp313-musllinux_1_2_armv7l.whl (823.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

adran-0.1.0-cp313-cp313-musllinux_1_2_aarch64.whl (737.2 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

adran-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (531.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

adran-0.1.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (591.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

adran-0.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (715.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

adran-0.1.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (548.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

adran-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (561.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

adran-0.1.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (573.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

adran-0.1.0-cp313-cp313-macosx_11_0_arm64.whl (478.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

adran-0.1.0-cp312-cp312-win_amd64.whl (333.4 kB view details)

Uploaded CPython 3.12Windows x86-64

adran-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl (760.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

adran-0.1.0-cp312-cp312-musllinux_1_2_i686.whl (785.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

adran-0.1.0-cp312-cp312-musllinux_1_2_armv7l.whl (823.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

adran-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl (737.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

adran-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (531.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

adran-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (591.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

adran-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (715.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

adran-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (548.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

adran-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (561.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

adran-0.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (573.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

adran-0.1.0-cp312-cp312-macosx_11_0_arm64.whl (478.1 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

adran-0.1.0-cp311-cp311-win_amd64.whl (332.7 kB view details)

Uploaded CPython 3.11Windows x86-64

adran-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl (761.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

adran-0.1.0-cp311-cp311-musllinux_1_2_i686.whl (787.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

adran-0.1.0-cp311-cp311-musllinux_1_2_armv7l.whl (823.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

adran-0.1.0-cp311-cp311-musllinux_1_2_aarch64.whl (737.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

adran-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (531.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

adran-0.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (593.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

adran-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (713.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

adran-0.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (548.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

adran-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (561.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

adran-0.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (574.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

adran-0.1.0-cp311-cp311-macosx_11_0_arm64.whl (478.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

adran-0.1.0-cp310-cp310-win_amd64.whl (332.7 kB view details)

Uploaded CPython 3.10Windows x86-64

adran-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl (761.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

adran-0.1.0-cp310-cp310-musllinux_1_2_i686.whl (787.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

adran-0.1.0-cp310-cp310-musllinux_1_2_armv7l.whl (823.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

adran-0.1.0-cp310-cp310-musllinux_1_2_aarch64.whl (737.1 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

adran-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (531.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

adran-0.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (593.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

adran-0.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (713.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

adran-0.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (548.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

adran-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (560.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

adran-0.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (574.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

File details

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

File metadata

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

File hashes

Hashes for adran-0.1.0.tar.gz
Algorithm Hash digest
SHA256 d93b26798b9ae2bba1f3de6e173637e5ae1a84999c23af18487664acd40ece63
MD5 620bc472ac785bca5c301eaede4cc916
BLAKE2b-256 0640ca6dac19888da165e9bc66fcf7c8ab6b5acf12441944b51ed8eb47939eea

See more details on using hashes here.

File details

Details for the file adran-0.1.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for adran-0.1.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c6ff8cde873c697d566dfdafd9b645a953aec5a669b4fdae931a763d1316758f
MD5 a5abf3dfd3d084202484c24c2c628f05
BLAKE2b-256 267d609bc8f61857b8211cfa84a0017525c0626ed1217b06498706868ee28018

See more details on using hashes here.

File details

Details for the file adran-0.1.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for adran-0.1.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d4909b7fd2995b172db4bbbeef84195c879afeac046dd81a139ea40e17281dee
MD5 7524f876c9fd78de91ce3b3da8588a61
BLAKE2b-256 5564b7c60d4e9d3d307a87c09064b731fcc2f6f2de5bc02965074e3f2af7c2b9

See more details on using hashes here.

File details

Details for the file adran-0.1.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for adran-0.1.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 70af8c879743f2ae15d0bef8ce5855fc8be3e80759f5ada427d07c4df44d88c1
MD5 2f89c805c211c57c86bcd23ca81ba121
BLAKE2b-256 d7c7f2c04c7160db582db37660635aeeedb167c9e4e3782a22fac530c6ce6786

See more details on using hashes here.

File details

Details for the file adran-0.1.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for adran-0.1.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 eb21bb48806809ddbf3a81735c444240e814f3d42392dc8ddecc6189ae4d9cc5
MD5 4dcab4cb5697b3da79ab3e0f8d8431f1
BLAKE2b-256 8ba6179dc8d9673bb0bf2c183c4cb1e9af750f692d8cb4b0b6ab18f732a3840b

See more details on using hashes here.

File details

Details for the file adran-0.1.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for adran-0.1.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d3a7c24ee8c7d7c14a0b9e9306c8fe2b94fc622706ce9056b299b98548c121b6
MD5 62de1b1f37231e107b8e7c1442e19afb
BLAKE2b-256 5765a5ca39b57c2c4e9da50f86599b6267304fc694b7521425da8450ab01003d

See more details on using hashes here.

File details

Details for the file adran-0.1.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for adran-0.1.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 942cf23ea3f6bc1ba411df57c150d7cf8b5c2c17473353af26f2089fb9d8546a
MD5 813d41053f9c6bd1f0507b4d77bf2044
BLAKE2b-256 2728260ee86f4179fa3c304441183445e346275772fd309b8d147094cc6a5051

See more details on using hashes here.

File details

Details for the file adran-0.1.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for adran-0.1.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 66b38506ffcaa3884afe04b46de9cbe6b458cd6e02c7a579bc96beca241fe38c
MD5 8996d7a6b980c69c796f7de27c55e2bb
BLAKE2b-256 849bc03224d7fa72d147c0da1517cdd9cb7cf46991112a3d7f2a8d8fcb642ba8

See more details on using hashes here.

File details

Details for the file adran-0.1.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for adran-0.1.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 201e998e9537aa3d3f6cfdfb6685cfe0554293d4dd6cfe3df2890e8a0c101327
MD5 76652432bdda1f95cb91c8c0637cc3b3
BLAKE2b-256 cc7d0c34dfb42e1db9504077b661f95f00bc698c485e9c8a70526b817edf0e7c

See more details on using hashes here.

File details

Details for the file adran-0.1.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for adran-0.1.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6d1b9f74d0c0d9fb5d67b1fb9f83069157649fa3598016a8505bb8933c51f605
MD5 40fcefedcad4148234b788fb735a7c3c
BLAKE2b-256 01e3b83e122aaf639a69475367b21df14d7fedfbb7317907e24bc0bcd1622df6

See more details on using hashes here.

File details

Details for the file adran-0.1.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for adran-0.1.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a9b6aaab5113378ba80618cf032e88199c1edb4886d7537fe0cc399165473f0a
MD5 2729c275ee60710af9e5197bb09ee464
BLAKE2b-256 128117a3c03383e265c704f0c7e67fa113818a270285ba4e567bcd937d98e3e6

See more details on using hashes here.

File details

Details for the file adran-0.1.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for adran-0.1.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 53a9992d8e19c7a1cf77177a66b792ee16bf0e5363f4d8d58ae5a0e375e6be58
MD5 7c0c31d53e70e8b2c6fc81d363a25455
BLAKE2b-256 f08d98e2909dcf3b53fbdb983a381641eaf9cf3f2281f00650081032a7514905

See more details on using hashes here.

File details

Details for the file adran-0.1.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for adran-0.1.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fe3eace4bfdc788b86fb8ce753a67d1dc117afc87446285c0c9dc60ba8df74a5
MD5 32b89dc8820cab1f078de18f6dd300c9
BLAKE2b-256 ff5902f25be57586389941243b21c24b93f37a6bce4dab6c7c817eea1a69a09a

See more details on using hashes here.

File details

Details for the file adran-0.1.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for adran-0.1.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a2c54628db3df7a2f4ad4a97dcd0fd7200809f9cd0f9d54dda463f998da77973
MD5 57e5f128aa8627d9e7856390452c214b
BLAKE2b-256 ca795a554fe96c841960c4bfe302f7972f49c28b65ea8d216bf6217e07a54d87

See more details on using hashes here.

File details

Details for the file adran-0.1.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for adran-0.1.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5f6240eddcac7822a28c640b316bac852640bf5b572d19d36c47f651a7a6d969
MD5 dfaac023aaa3b35363269751206d54c4
BLAKE2b-256 5d8479b4ee8748f619d0a13bd5d82276e55dfa50b8db58943d972e95652b2aa4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adran-0.1.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 485ec8018bdcd0d1a8a011f18e90ec8dd48fb69ec4acabf7bcea834074388f08
MD5 68d7452b44bac0f026af777d25a5ab7b
BLAKE2b-256 4597761610f531824d80696284f0f68154c899c7a67b0a4525cca12c04cd8781

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adran-0.1.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 90e02ce789d561fe6baee40629c268de43a5b6195e2bc11b8ebbd012250278b4
MD5 9eba4ee482d87230451ba9c9fec7f24d
BLAKE2b-256 5c24d99040d78a20669fba00d5a4362e33505e14aba6072b5f78c404fa5d975b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adran-0.1.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8acbe6a98c22a18b6ca7895bf1babe4a8e717ec9f33cfbcc13bb26c35ec044a1
MD5 91b864f28f3b61c5a0b3eb7d89290179
BLAKE2b-256 8326edb709338a217d11eb45b32e87abbaf89a499c3c6f00d9f339133f0d2864

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adran-0.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 202669ca3e2c7e38245104ab1a63e5a1f07f82a3417752925f9c7120177cb745
MD5 e34ba24ee53b7ffa9b1e95cdd4be3a53
BLAKE2b-256 58f421492c03c7863f20355a5e90c69e2daf0be5cc31ccfc4baa702f64fe8df4

See more details on using hashes here.

File details

Details for the file adran-0.1.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: adran-0.1.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 333.4 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.14.1

File hashes

Hashes for adran-0.1.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 b12d5cb3d5e2b3031e8d5134b1a1763e11c23d9fbe2fa37769e3b52aac385d3c
MD5 d2f358346cabfadb0237c4179b2f77d2
BLAKE2b-256 307fec53a08e533e73c7182163ce59065efe02e309abf749f714fb72516f9bd8

See more details on using hashes here.

File details

Details for the file adran-0.1.0-cp314-cp314-win32.whl.

File metadata

  • Download URL: adran-0.1.0-cp314-cp314-win32.whl
  • Upload date:
  • Size: 316.0 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.14.1

File hashes

Hashes for adran-0.1.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 4e8b78e91c6ecef83b786ff9504eab59998fd91f95f5b34f200e1d04bd87253a
MD5 19f8f79b3cb41c09c8b6ac69db295d0f
BLAKE2b-256 2c0d29996445779f1c92ca3fefaf3d7e100f3ae93ba09bc7a461a3caf2c6b546

See more details on using hashes here.

File details

Details for the file adran-0.1.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for adran-0.1.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9fcc5325f4fe8ffec0a12cd49feaf04121be454facd85ccac2efd0f5fd097fea
MD5 60d489829df66c322020866c708526d0
BLAKE2b-256 f97d4755d8b81bffb8127045e5490d6da41e81ee61e4efc8d863a482bb41f54b

See more details on using hashes here.

File details

Details for the file adran-0.1.0-cp314-cp314-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for adran-0.1.0-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ec7f8e4889ea7cabb71fb74a8a78f62fb28196519af55d0265461bbda61b4393
MD5 b9e4e26fa1cf4d7e4d7b038d98cfa377
BLAKE2b-256 2fe4fb796f9e908a84451040c65382ba1f2a205336efae1ef4c42dc1a38c4831

See more details on using hashes here.

File details

Details for the file adran-0.1.0-cp314-cp314-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for adran-0.1.0-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 77184d76df1f45c5d7e65878583559743201d049744f107e1723cb08c80b4a94
MD5 0bd3501ab36d889e3443ab967480a06d
BLAKE2b-256 01da429b131dd8df02a6a80fbd3228423c1bace3dec46c567e09ea63a673327c

See more details on using hashes here.

File details

Details for the file adran-0.1.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for adran-0.1.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b2f8c91835b322c16e40cab031b6aa7006200cda6f84df6888dd2878f6c99b04
MD5 200c15954208d0bc28cf81bd5526e39c
BLAKE2b-256 e6917111eed7fb12c969dc799a33ad4b265808ece00b709028dde2e7ccd2fd7a

See more details on using hashes here.

File details

Details for the file adran-0.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for adran-0.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f46a6d9215564eb48187d688335c9067fe9e610311f08d1d23a40ef98dcae070
MD5 4c10748d70b4ad014c8a85c51fbc351c
BLAKE2b-256 17b864cba7f49fffdc27062361a6729b2ea09f2dd8ec7fc2882e91ed6a0729a8

See more details on using hashes here.

File details

Details for the file adran-0.1.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for adran-0.1.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 623de91345911a17addee38fdfbe435f706addb96e77656c090417ad8ef6ea9e
MD5 18670a1bb06c0f99cd0b10aff93771df
BLAKE2b-256 7cd62c5829e79898080b5575470375006887972feafca1b1607c5de222a21345

See more details on using hashes here.

File details

Details for the file adran-0.1.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for adran-0.1.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b14dd304f6136724d9e581e768be47247a121d307cd3a0967c476e678b4d0c0c
MD5 bf3e360a9a1fe4b1aaf4d660bda03547
BLAKE2b-256 2d3e522e6b98c7873cb936e79b2baca9d5bdc18b1143e15733bd3d093c36f900

See more details on using hashes here.

File details

Details for the file adran-0.1.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for adran-0.1.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d86805406e619c3209d313835d6cbf8810046f0769c22211aa4e6003cc431050
MD5 5d53eabcaf50e99e77bc3e7892fabd0b
BLAKE2b-256 ddaa2ce3b92c659fc368e1cb5753617c89a81cd35c135bc1787a10228a70b9ae

See more details on using hashes here.

File details

Details for the file adran-0.1.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for adran-0.1.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a4f55decfcc9d38165abdec88a5d5fb5a40fbd8b3ca274379c67e408d92e27a4
MD5 31704e358a9ad997e52fb6aca65928d4
BLAKE2b-256 92c20d7180d7d9cf612e871184aa2ece48d0dd058535d226112fa3cd56a7363e

See more details on using hashes here.

File details

Details for the file adran-0.1.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for adran-0.1.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 85453a0cd692824c18c1cf31f714b959aa6e1a4d9f3ec8843b7fbc649af6a2e4
MD5 46c282a929a54bde5c96d1ae748c355d
BLAKE2b-256 4c4559b7091d6c1c464a6d5ce72b13c95944809e9bfb422313eaedac25813f1b

See more details on using hashes here.

File details

Details for the file adran-0.1.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for adran-0.1.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c75aeeb44fb9adaf7f04e60f0967db65a4c4b3fa8441b19bb8d099aeea6d3712
MD5 dacdc602bc8768328b719f5c3a959694
BLAKE2b-256 9b8eb291deb4d46b7ebb902b1777ab73548a3ea39892efd176aad3c0868a81d6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: adran-0.1.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 333.4 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.14.1

File hashes

Hashes for adran-0.1.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 4b7da068aed345d13bbc5c0979d9a94c5bb719c08f775d2b9fb55397ca6c4624
MD5 f44a07a93552a3351bac049e4a05cd67
BLAKE2b-256 c044bf793ae8977e55dc083762df4194266d88f7489f94a081683fd89d75442e

See more details on using hashes here.

File details

Details for the file adran-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for adran-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7309ef71085df6a0f750f07ac4eba12acf292253038bce3688ee54dba9ff2c0d
MD5 205509b21656dce9a48d309a1f8ec59c
BLAKE2b-256 cf126fc8c4ffcb30fe5c7e81cd32acafdaf83ee0a9ffecae09930136cfa9fe8b

See more details on using hashes here.

File details

Details for the file adran-0.1.0-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for adran-0.1.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b2f7957a11e114e191dc5cd2b53d1488fc1203526057beef7a555b3bbeb72583
MD5 aae73e2abdee34167619c2d6769d9874
BLAKE2b-256 cc90a3a39e53f524105091a45be20c958bd7c37cf726ea1d6692977d01109edc

See more details on using hashes here.

File details

Details for the file adran-0.1.0-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for adran-0.1.0-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 cfaa48076a6d725d28bf2572e39c61aa35649636b4c83165ff69ec4bd8cbfe9e
MD5 cc004327c3a3646b6d680de8e19de963
BLAKE2b-256 8a0486fab4e9d45d82f97b62d617623bd6d758501b4ff22b0e24a3ea71725112

See more details on using hashes here.

File details

Details for the file adran-0.1.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for adran-0.1.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e98731b2cf55c7d0bc2be77d937847dd27b56efb9e23f54e90e544131a7d4959
MD5 8e787e39028bf51d77fd3c526b9a9c55
BLAKE2b-256 10da94a8fe4ecd0f24ad32c773c517ec1f17676f852061914cf9ccc47bfb8834

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adran-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3a6550eb6fda2d54a2e33b2c1665ec02752b21b01da1f117fdf55ffd1d6be326
MD5 365e8f33e9c4e8cf9824b24ca84ea8d4
BLAKE2b-256 2da588cdc4b2f5c6d7368829ab4321c98a2ff84896e899e03c50e068110325c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adran-0.1.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2386d45b2220d8331e6b564ff7244b70b0daeee248925189cae7a9aad7e5ee59
MD5 737c310b87493839f517261319d926b0
BLAKE2b-256 925d01e7b45274992236434dc53bcf4126d8a44bbfe35fdcfda1ac5ba6257654

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adran-0.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 eaa390cc08167e982249ed8269921c4745e9bd1ca36588ba2b35bbadf8fb0bf3
MD5 c3b28c07105fda1297b1aac9d3868e32
BLAKE2b-256 0f9f3c405b108608e51f4d49df5275c8ec2d098e77f1643898f7343db59b51ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adran-0.1.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 dd99ea4f0f872281174fe3af9a0e68c9ec81e86e61e0ad964932b8e3a805fa35
MD5 212314b3de99eb18ed3b81eede6d9db4
BLAKE2b-256 2e175d39ab3c49ce2dd9d37059b1208f790d5a56a0dc3ecfb0b9c4fbad371d75

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adran-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 30159b9877b94a19abad54209ca66475c8c378c07604f36803ef4cfc4033104f
MD5 d1a72ec5414ce022d388535e26bd91e6
BLAKE2b-256 f7b1395e2439b64d9f400976043fba830d64e823681bf5254f40ff754566a79f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adran-0.1.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 b0497e581cbee95b12ef1ec5573b7cc3c759bcbea6eb70bd35974d64dec60ee4
MD5 eb8ef4a79247de72d097edfc6a754089
BLAKE2b-256 1ade0a4caa3c7170df00e33212d9f6a0d97164a24fa7897015c1950f76300bd4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adran-0.1.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0cec7866e4bc18df4d00963df331dad8a5400e79b12ce895b2ca5e13c1ad7e74
MD5 d230e3a2d79afbf1f6f7403f38e92b93
BLAKE2b-256 deea880203259ae3cc8277d8d81d6ba42f834d36098fa309e90a896b17814343

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for adran-0.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 adfddbf7e15664a3fe2bb8f6d819444aa9683c2e974c4e0f1b907c903298e59c
MD5 d08940791a613b080e9a49ce621a6adc
BLAKE2b-256 d7abc4135a4db56147526c4e9e55a6b7c7b4050f8a763eee82bb24f68537e5a2

See more details on using hashes here.

File details

Details for the file adran-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for adran-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ebd5f08777412df4ccf44a756ce70eb4333370ffec28d2f5acf7985cb67edcf5
MD5 f029012f8d369611ed7b8cd7b661c00e
BLAKE2b-256 fb2b10530af7f754c43f2c606824f5e6fed64471837a82ff16659514ba543357

See more details on using hashes here.

File details

Details for the file adran-0.1.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for adran-0.1.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 18a993caf5d378768848faf72eab8194d84562618b0a93e3a84e0ec1b7fdaa75
MD5 40e74d903ae2d79d73defe9c47332566
BLAKE2b-256 f710160d5bfe150bd20263678264400f12970cdc2f06012eaadcc6ed72671149

See more details on using hashes here.

File details

Details for the file adran-0.1.0-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for adran-0.1.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 069d27eef43b43d98a37efaaf55cb56fdb42106d9015170dc6416404cd65c2b5
MD5 30296866bee9411521f6dbcefb715392
BLAKE2b-256 6b60f5c8738f23696b45be98a711ce30abcf91c32ba5d9716c7332fcadaebb9a

See more details on using hashes here.

File details

Details for the file adran-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for adran-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bf8882aad41503599264452b9c1a92d6629d929d0ad77e539717d31a632380db
MD5 1030cdc1fa56bf0de188fa25e8d8ba23
BLAKE2b-256 8d6d4910ff42a6584f2861d018199f3d66d3f32f5d3551c8355dd8939b7f781d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adran-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 86127526ea04ad0255bd9fe3a384535d0a3382086b2000f75465c340d792d336
MD5 ccd1b04965bb6e6626a8e1f5c4f58e57
BLAKE2b-256 1f5893bccba2febc4646c42164dad2fa1d3c807fb5bf7dd0ddbf2a24176b532a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adran-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 13a1d281101984808ef07820a400ff70790fd9222db8f1d9ea2b52dd41959045
MD5 26c27b3c18fbdcf0d5f8de808eb83a64
BLAKE2b-256 6b981ff796b2e11836bbe10f9687422b1cf10f962209565bd6512a4b3a72b8a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adran-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 290bc2e41ab1087e27242484834964fab01e1af7686e030465ea937e54adaa38
MD5 7f28764c82981bf7f8ab3d400b428f3f
BLAKE2b-256 f708e033a341a3ad2df1d5f1a7f743682bc0770a2bc8dfe9774c0f22f2352f8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adran-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 596c3d8e8b728c701341ec7ba937049cd1fe511c4b7e3acfe454763159d85210
MD5 c073b12ad7c79583ca64e47f88bf3442
BLAKE2b-256 eeeb05c0e439e5645e770bb824ca303745df72b2a5f6f0361bda36ca5c3b8ccf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adran-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 937b03e5498493a76b283afa359de1a5dae4993fc2d2a58abddd6cab779a3c8c
MD5 c6c54e661fcddf682b1fa665aafd6752
BLAKE2b-256 731c8715e1781dc3c29b9f802d9dca83926a6c67416adebe9a65326f7a0cec4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adran-0.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 08c2a8d03f61a34759dbc91afe29ebdbb1aa1ffee9d9dd5089c7b5c446c8a63e
MD5 cc232d1b01d01f48f502b10566a44724
BLAKE2b-256 90593c89b51b769e3222467dd5349b974ffff6012c9463d92f143f9cee75fc01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adran-0.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e71a6e6aa20840e6cdee99d027809f043dc1596ec9b9a44a54cdfcdfd70bb109
MD5 b5619d2135dd83b52e5c46e81153f77f
BLAKE2b-256 b69daf9561e64574450389bbc2d3dd890edb39ad2b4b6c54947da45b75a3c9d2

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for adran-0.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 184e8f61cab93ce542741d17fc771ad3c299960050dece877e16e72e089e804a
MD5 e75bf290dea73e5362c764bf46a9aad9
BLAKE2b-256 7453959fc92c2081042bd0d4f0b491512fa275695e6c37d7c1de6087ef761f9f

See more details on using hashes here.

File details

Details for the file adran-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for adran-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bf66af29eee0bf7be80d5f5c8de3ff8ed3102d4fe0e113ebd9cd1863c56d4cdf
MD5 2905531fc19b231544a23265c33fce2d
BLAKE2b-256 087c0525ae1f72197ab226e047cda7fcf812228239e2415aec3efbfc0b7ff58d

See more details on using hashes here.

File details

Details for the file adran-0.1.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for adran-0.1.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 37891983fefd5065b111dfedfbaae62d251443c10e8d1ff971f9c33127e015ec
MD5 8b9e8f65c74475ae6040f86884036fa4
BLAKE2b-256 5e12895165941f2b68076bf184ef95d37834ad3ed39a915bc8c91df8e2f430e3

See more details on using hashes here.

File details

Details for the file adran-0.1.0-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for adran-0.1.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2105d121bd195a2acc347826cb7117dbadfaf81fdf901497a22c99339353479e
MD5 1768725fa0679bef7286b7ea00768a39
BLAKE2b-256 b415f86d74cfba33504e04c009f42409604c0cae0741e392610fff9259941ce3

See more details on using hashes here.

File details

Details for the file adran-0.1.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for adran-0.1.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1040e08528b404ce5e855a4b49bb048a9b4de59f600f985e30c55fef920730a2
MD5 88d390f275b590c2389be2be075057c9
BLAKE2b-256 d6dff72125844c336aeb71162cb7ea28b546afa4ad3478c89624f7f863a0b623

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adran-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 177ca1e4a3c5f434be0b77dd0fc64e13976a2cd0a1e6406d752406cbaae12a2f
MD5 66cf6f84e850957c8665d4f3d4a70dee
BLAKE2b-256 423075a493f45dfcb487f77e6ca87cb5b9ab63e2463515837b9f02b9fc34f0c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adran-0.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ebb81129260c5bd5c669bd70a9fde5f2000aa6a7b9eaa46217d937bdf383c127
MD5 fe9177da5bf955d425a15a6e4f56b33e
BLAKE2b-256 341d7af65000532554f2201eda827eacd268847709319e1d2ead66fec40f73a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adran-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 65b5790fbf1ceab85013c45c677f2138f29b39abaaee9c5204c6148b5292eedf
MD5 07b0f0e64c3f4b891a73d3595f5297c5
BLAKE2b-256 9f0637ba30cdfd798ac20a18eccdc52bbf393f2b4c7b3a3b49c3b327a65ba02a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adran-0.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ede605b385073fc978bbdf60e87189a78bb0c89dbce363d358a974bf44b535a8
MD5 d3857292fda075881d9414e7f0d8c35b
BLAKE2b-256 9f3067fdcc2cd201e2ea5d97e34bad2c2e088b0ed63589cb6ee4ea369de65f6c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adran-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 be5cc330304116837251f7d16f87ee0727c1b6c6ad6be9050b5108fd1b73edcd
MD5 4d5d3aba04c60e6267ac81ba368a8c35
BLAKE2b-256 1496c2a63841536435935b735e0f4bfabd138dda09138bc906cd37dcb525a22d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adran-0.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 461ada719b77c51d3f0d6c35ab244747460ec42c5f2e11b125d544df438ac623
MD5 cd62ed985f7b9f228d3546c209307113
BLAKE2b-256 eb6dca92897ab7dace3a9c10ce6af7ee31c2008641d51ce4cf822dfd5f6763b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adran-0.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6bec9d8fa5b151823320e6cc1b25a2f37aa60909fbdbe6efc1b4770b480a2abb
MD5 7ce0cb4c996feaeba4f4057c627d576f
BLAKE2b-256 fdd06e032360f183606817d23054565a3a26e8575e4e2116e848b3a8b15e48b6

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for adran-0.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 aee9057ac7dd1484827aa4f8e6a3ea1730759960b66ed3c8e705c97856aee6ac
MD5 3306f511d86fda94f07e5bbfa2db1fcd
BLAKE2b-256 1eaf92556448602338d5dd53486eaec60c9f80461b700fa43e0a1eb276f01437

See more details on using hashes here.

File details

Details for the file adran-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for adran-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4e061ec99a514802bb1e0db51bc7107fa5542383846ac488620cc9d97dcdd39e
MD5 57585d30406e562ad3026cba1d6e3135
BLAKE2b-256 557e1440fc58d0fab81d046ca3f76f2ab3289b0931cba4acfe6e4e7a116ae524

See more details on using hashes here.

File details

Details for the file adran-0.1.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for adran-0.1.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 591eefa5fe6f2a5ea70db33ef09ffd2e25e0deabea777b90fb87fef9e872f577
MD5 3a0d02e13b4667517aa58a590850cf6c
BLAKE2b-256 662315c3a248021e8b86fa735801a28571c831124428f231c5cd8e17e9bd818b

See more details on using hashes here.

File details

Details for the file adran-0.1.0-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for adran-0.1.0-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 4c3a23972e916df4aa09025e267a94ca9fe49769e9c3fd3f85a3d2f64671c3c8
MD5 ab159ce980cc963448d98449ddfbe4a1
BLAKE2b-256 155a759926c55cd7fe431e182c67f59965d319dd858c4575739132e273926ec2

See more details on using hashes here.

File details

Details for the file adran-0.1.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for adran-0.1.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 06bbf8db46c0c5bc7591232911c52fc3f68192f41eea1e9ea559d284f8e8172f
MD5 c0daeb8f46deb385b1844453aed093c8
BLAKE2b-256 6b9eaeddeb3cde4fb98aec1c18b3a608c26746a41da3f67b040006cff316f496

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adran-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 029a5392d03dcd369ed453db0602c811782df36da0ab58824ab53511e544f9c2
MD5 6cb6ba5019bce4fd2dd164f446c8ef76
BLAKE2b-256 2950d3281ca036f50bec0f441cbc970049befa03335e4b7497ef2d225b21655a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adran-0.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 04c3aa77542fb4d7e706a7ec9a0daebce5b116b0faceb52996f46ae01bdfe883
MD5 786564cb80a2fe1b317e16a9616ddbad
BLAKE2b-256 caee65bfc2fa6b4130c50149e2e88a3f9ff4869a98cd2c71a38b59dee00e528c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adran-0.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 976d6fb9d66021f8a509c2cd6e1160113ffece540db0dcab4512ef071f05e4fd
MD5 8285f670bb4f7f99ab653d7854dc56e3
BLAKE2b-256 80973d5d0e225dec2f0c198b9b9b9e9d69060bc0b147f8ab38062a5a96aeff8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adran-0.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a03312456777d6e0c85bc33a4eb068cf2dd5035443369f59002c8c7e78a0a2e0
MD5 8266872268476dfc6dd2afd17d1bb80f
BLAKE2b-256 699542b6d5bf1c825ff348a885354e5ce23bc8a61798765e32544d6bad93f887

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adran-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ac77f07124efe0041e9bfb4865159b5ae123e649eeaabd464ebd371da7513ba8
MD5 793190cab028f062914d895598335eca
BLAKE2b-256 fa43acfad2fdb627f28be49cb5bb159ee9ca0267d300495e1da4f6121cdce347

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adran-0.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 1279c4115d81447f8cfd35e9f09cea183f5642bb1d29194ed7fe8f83c3a17551
MD5 ed912cae34ada0200be6726af9d07047
BLAKE2b-256 9c23af0ae152eaad0a9bbf6f7511dfdd28c629f2017ae2b5ac223986e16dc56a

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