Skip to main content

Extract @annotations from source code comments

Project description

anot

Extract annotations from source-code comments.

Usage

# file.py

class Something(Experiment):
    # @note: this experiment will be re-written later
    
    def run(self):
        ...

        x = 5  # @hypothesis: 5 is better than 4

        ...
$ anot file.py --treesitter --tags hypothesis,note,todo --yaml

annotations:
  - kind: note
    content: this experiment will be re-written later
    context:
      node_type: class_definition
      parent_type: module
      associated_name: Something
      line_range: [2, 7]
  - kind: hypothesis
    content: 5 is better than 4
    context:
      node_type: assignment
      parent_type: function_definition
      associated_name: run
      line_number: 5
      variable_name: x

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

anot-0.0.6.tar.gz (20.4 kB view details)

Uploaded Source

Built Distributions

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

anot-0.0.6-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (1.9 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

anot-0.0.6-pp310-pypy310_pp73-musllinux_1_2_i686.whl (1.8 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

anot-0.0.6-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (1.8 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

anot-0.0.6-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (1.8 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

anot-0.0.6-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

anot-0.0.6-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

anot-0.0.6-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

anot-0.0.6-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (1.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

anot-0.0.6-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

anot-0.0.6-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

anot-0.0.6-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (1.9 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

anot-0.0.6-pp39-pypy39_pp73-musllinux_1_2_i686.whl (1.8 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

anot-0.0.6-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (1.8 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

anot-0.0.6-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (1.8 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

anot-0.0.6-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

anot-0.0.6-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

anot-0.0.6-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

anot-0.0.6-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

anot-0.0.6-cp313-cp313t-musllinux_1_2_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

anot-0.0.6-cp313-cp313t-musllinux_1_2_i686.whl (1.8 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

anot-0.0.6-cp313-cp313t-musllinux_1_2_armv7l.whl (1.8 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

anot-0.0.6-cp313-cp313t-musllinux_1_2_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

anot-0.0.6-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.8 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

anot-0.0.6-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.8 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

anot-0.0.6-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.6 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

anot-0.0.6-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

anot-0.0.6-cp313-cp313-musllinux_1_2_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

anot-0.0.6-cp313-cp313-musllinux_1_2_i686.whl (1.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

anot-0.0.6-cp313-cp313-musllinux_1_2_armv7l.whl (1.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

anot-0.0.6-cp313-cp313-musllinux_1_2_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

anot-0.0.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

anot-0.0.6-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

anot-0.0.6-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

anot-0.0.6-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (1.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

anot-0.0.6-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

anot-0.0.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

anot-0.0.6-cp313-cp313-macosx_11_0_arm64.whl (1.5 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

anot-0.0.6-cp313-cp313-macosx_10_12_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

anot-0.0.6-cp312-cp312-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.12Windows x86-64

anot-0.0.6-cp312-cp312-win32.whl (1.2 MB view details)

Uploaded CPython 3.12Windows x86

anot-0.0.6-cp312-cp312-musllinux_1_2_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

anot-0.0.6-cp312-cp312-musllinux_1_2_i686.whl (1.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

anot-0.0.6-cp312-cp312-musllinux_1_2_armv7l.whl (1.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

anot-0.0.6-cp312-cp312-musllinux_1_2_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

anot-0.0.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

anot-0.0.6-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

anot-0.0.6-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

anot-0.0.6-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (1.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

anot-0.0.6-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

anot-0.0.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

anot-0.0.6-cp312-cp312-macosx_11_0_arm64.whl (1.5 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

anot-0.0.6-cp312-cp312-macosx_10_12_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

anot-0.0.6-cp311-cp311-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.11Windows x86-64

anot-0.0.6-cp311-cp311-win32.whl (1.2 MB view details)

Uploaded CPython 3.11Windows x86

anot-0.0.6-cp311-cp311-musllinux_1_2_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

anot-0.0.6-cp311-cp311-musllinux_1_2_i686.whl (1.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

anot-0.0.6-cp311-cp311-musllinux_1_2_armv7l.whl (1.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

anot-0.0.6-cp311-cp311-musllinux_1_2_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

anot-0.0.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

anot-0.0.6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

anot-0.0.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

anot-0.0.6-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (1.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

anot-0.0.6-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

anot-0.0.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

anot-0.0.6-cp311-cp311-macosx_11_0_arm64.whl (1.5 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

anot-0.0.6-cp311-cp311-macosx_10_12_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

anot-0.0.6-cp310-cp310-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.10Windows x86-64

anot-0.0.6-cp310-cp310-win32.whl (1.2 MB view details)

Uploaded CPython 3.10Windows x86

anot-0.0.6-cp310-cp310-musllinux_1_2_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

anot-0.0.6-cp310-cp310-musllinux_1_2_i686.whl (1.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

anot-0.0.6-cp310-cp310-musllinux_1_2_armv7l.whl (1.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

anot-0.0.6-cp310-cp310-musllinux_1_2_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

anot-0.0.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

anot-0.0.6-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

anot-0.0.6-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

anot-0.0.6-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (1.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

anot-0.0.6-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

anot-0.0.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

anot-0.0.6-cp39-cp39-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.9Windows x86-64

anot-0.0.6-cp39-cp39-win32.whl (1.2 MB view details)

Uploaded CPython 3.9Windows x86

anot-0.0.6-cp39-cp39-musllinux_1_2_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

anot-0.0.6-cp39-cp39-musllinux_1_2_i686.whl (1.8 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

anot-0.0.6-cp39-cp39-musllinux_1_2_armv7l.whl (1.8 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

anot-0.0.6-cp39-cp39-musllinux_1_2_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

anot-0.0.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

anot-0.0.6-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

anot-0.0.6-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

anot-0.0.6-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (1.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

anot-0.0.6-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

anot-0.0.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

File details

Details for the file anot-0.0.6.tar.gz.

File metadata

  • Download URL: anot-0.0.6.tar.gz
  • Upload date:
  • Size: 20.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.1

File hashes

Hashes for anot-0.0.6.tar.gz
Algorithm Hash digest
SHA256 6b8945f6aa46f247d42186caeb9ab8b117bdadb88a4db05db37381b1d4d69f6d
MD5 c26b574bb00576034022d3deaa08b94d
BLAKE2b-256 db24f1d985e45c376bd5d0afc5285530e23402f463a9313f6683e5e6c0d5002e

See more details on using hashes here.

File details

Details for the file anot-0.0.6-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for anot-0.0.6-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1a543a863c3571c3d9d54d8def3852c2e50c9a8e477828463bca1dd0e9d1844e
MD5 3f630b4edaa927163cdcd4b76f91e1b3
BLAKE2b-256 dfc01b0fc3bfd2675114f218c75e1354cacc9983840416f6ef4a491c8b38bed2

See more details on using hashes here.

File details

Details for the file anot-0.0.6-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for anot-0.0.6-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a45380dfb5708950b050f1b9bb382d1e1e73eff7ed13bbc389e7f2abb5ea007e
MD5 79840e52b5db93e0afc9f622484e31bb
BLAKE2b-256 f5f9d8e06ac4096384c5c60cfd2f3aae2b8e644559e6ea3456f5ed371462a844

See more details on using hashes here.

File details

Details for the file anot-0.0.6-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for anot-0.0.6-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 62064f5c2795c26a110ed0bf01a9480effc7ff7502cff57d61233f4081e46aee
MD5 06a7324ab28118b87bcece0ccc587a0d
BLAKE2b-256 0e711e5adda669d862e3e82e1d453226aaf10b934bab145077227f95fc19958a

See more details on using hashes here.

File details

Details for the file anot-0.0.6-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for anot-0.0.6-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b14fca2f456cdeeb518b4cef5f25eece9e488b70923d37880652496fb818f319
MD5 259d160f4f9dd32f9d311c3572af82bb
BLAKE2b-256 d2d99943c21efdcd80c9a00df6f9a8da8f964a63c135387f58436ba501ec38ac

See more details on using hashes here.

File details

Details for the file anot-0.0.6-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for anot-0.0.6-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ed7d32488608144eb87195296a882266ea164db62d5921b15f6576fd4117f8f2
MD5 b81e6fd3e720e3fbdb922afc4f39a02a
BLAKE2b-256 45c054d4d17ee35175f420ead1bd8c213eda1c06cce13037e111244a66186154

See more details on using hashes here.

File details

Details for the file anot-0.0.6-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for anot-0.0.6-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6a3773a9653120f6987f63603bbd8cbd14726aad5ee7ad22cf5a1b31d3a88e76
MD5 a42ad903b3be524c943e81e809ca4b21
BLAKE2b-256 eca33c982f15f23d66e47dbab5b780ce7113a0d8bada4ed9ef6263151479c045

See more details on using hashes here.

File details

Details for the file anot-0.0.6-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for anot-0.0.6-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2aa66f2cc9c1ed908fc44f258844be594f48214a7bde9233fabb3b26ec650f14
MD5 be856962a96f03b5c50318e199ad0b7a
BLAKE2b-256 e5ad17815593a732628b2b4f431ecbafd06c6f4c584f831b0f33cd02bc654c35

See more details on using hashes here.

File details

Details for the file anot-0.0.6-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for anot-0.0.6-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e68ee02a83e9b0e5e3d22f0fc7f66deff59d4b1b960da7f27aa6ab87b4c658de
MD5 5a24156591c824a73408b17caa4a0ac4
BLAKE2b-256 4ecc40878f3a7f9d744444225d879793681958d20e86f9e309d2851f322b6833

See more details on using hashes here.

File details

Details for the file anot-0.0.6-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for anot-0.0.6-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 bddaba36f33fe396f1df84b2791e48b4fea4934f14b77634d7bc631241bc86c3
MD5 f68af875774b0f5736b97799e34d5347
BLAKE2b-256 262e3913e924272ae8a7f82b29579b40bed19997cc74761fa07671f43bb5d6fb

See more details on using hashes here.

File details

Details for the file anot-0.0.6-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for anot-0.0.6-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9acfb61598fad96d1c9d8d4d772a2db8efc2d45e90531295576a84a505fc33f0
MD5 3ce2c7fce23598687401fbe6820910ae
BLAKE2b-256 7b43348f7978ffd4600320f79d678bf059e045d41bf3ebd525f65a4bb113c27f

See more details on using hashes here.

File details

Details for the file anot-0.0.6-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for anot-0.0.6-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 16df745a762e25763507a65516ceeb41bad0695883bf60a8cfcd8b3e3b8c5f8e
MD5 db0ca66f07414a82ef19b9d2dcdd18a2
BLAKE2b-256 e6cb64a68bd2056661d31ecddf7e92b412ae2603a0d06cc687ea2e955947340f

See more details on using hashes here.

File details

Details for the file anot-0.0.6-pp39-pypy39_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for anot-0.0.6-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 bbe1df9388fc04b95486f196dedb6097004d11fbe538fccb3b277bfcd94bca73
MD5 9e958a3e7474b9ace6e6f5499f1f6fb7
BLAKE2b-256 065c98a9d1bd50c6c9cef60a59a9b43ba046a1df412a58916e56a886c72dd422

See more details on using hashes here.

File details

Details for the file anot-0.0.6-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for anot-0.0.6-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 cb3ac5bec2d854bb42474e0120d5097319fff61df4e9dab10169def1af10676e
MD5 1f4cd3b184f1994c92adda78aed153dd
BLAKE2b-256 10304a46a059cfa868e6116a1510f3f1ae31da44486937ef7a6d8cc6bf0ac3c3

See more details on using hashes here.

File details

Details for the file anot-0.0.6-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for anot-0.0.6-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f82d6e2c9e361b3b5338a8f8073514eb23cf48eccbe69039a7e601e92036e6a1
MD5 85f3863234f21ab8c3ce103bee477ea8
BLAKE2b-256 08f52629d221f3473383ea15cdb40d48deeefa51259d6d8b63d301585433338c

See more details on using hashes here.

File details

Details for the file anot-0.0.6-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for anot-0.0.6-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 099f590d23d6a42c76e0d41abedad721639762afaaf0df2fd2990ee2c4d08204
MD5 bdbd85cb29c3e6185c83df3601e9d48d
BLAKE2b-256 04f188854ca5e3e22524f5c9edb7e9060564bdb86caa6efa210f053d470321f1

See more details on using hashes here.

File details

Details for the file anot-0.0.6-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for anot-0.0.6-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2ec512ae9fcf8b6da0510bd49806d15cdce5f04fa370420a8356c0177b5fd551
MD5 f23b5db3d29d58daf1183117484c44b5
BLAKE2b-256 2fd4077d5410bb048c287309631a1646f46d2228bb48446270e8a05373302dfa

See more details on using hashes here.

File details

Details for the file anot-0.0.6-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for anot-0.0.6-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 df900777350d4e86391a77a860cf234db0ac4bb727a422a9ba573c57c4973d4c
MD5 e41c0a31e0097836364223561cead5fb
BLAKE2b-256 7a29fe1bd82b5f9dc0c649ff7c5d901ac983ace3e0390688576d4c301b670a14

See more details on using hashes here.

File details

Details for the file anot-0.0.6-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for anot-0.0.6-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6f4618eab015d56dbc7df10336903aca5e2b053f4558e2a964b8a083448ba09d
MD5 38b310036101a7266989ebb784b18840
BLAKE2b-256 133b135689bf3124a039ebe2a7dfa5852f7bea0f32ffa6f62d3083a948b72cc2

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 35afe1766fd6ccee8ad1aeb9e7dfed3cba18087368afc85b5a1d45615010e306
MD5 02bd8d2b6ca58e397bf741d6dd378660
BLAKE2b-256 ff869af59607a8058f8de9b4e3a42460920bf383439cc12f48226039062c1af0

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 cfd766f78a10753db871a0e5a5b8c522cdbbe451d8ca74b3594832fa4da46d08
MD5 574792527c8962920fa1d8af3462f603
BLAKE2b-256 0fac7203b43966fbc851c4bc82677a29f82018045dd86f02d02f12ecd21d46a8

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 0fe96a294e2b2337aec050e4cd7b645e9e9c9c96f8f966ae402f5710dd789da7
MD5 4e183a08a278201ab4cea23ccb3a5e9a
BLAKE2b-256 a555ceef2e654ae7b3911020cf887197a0b04a0ce0f802ce7dd0eb6a29de72ad

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 32e6d52bcc101f9245b382c884ba170359ed068ac47a89adb58d4b5c3180b8ef
MD5 67e1f563cc5732b336c32d3643c654e5
BLAKE2b-256 1ad4d06e737ee5da7419a21b105a7dd8b4180daa8d70c7b0acba63b19bb16db3

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 36b18a6f500c796bc7dcc005d5c4d97b56628976b37b42cff083d48d3ea0778d
MD5 e28c2df777ac9faa1da064812baa1738
BLAKE2b-256 bc8cef094a1ebf70d9bf949027305188bb1487b1c3808d75ce87394e33baa927

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f6997bf1575c80e6836c1845183a0890d0fa892ca1dc34e6db42e3427e21e13b
MD5 1731c713c184f57d400106afe26084e0
BLAKE2b-256 faf091ff8bfe3e42dc18d5444af01777042662f6bdfb3f28bab422441a998bf5

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 04e17f1809e4c6b3de9c369f0d46cabc2f8e07d183a12dfbe9f213843dcba527
MD5 e92fb718995c98fae3c8885cf6149aee
BLAKE2b-256 b4b5f273b16c8461b2f6a86a0a16509869dc1b0263895c36ad40fb4f0733ccf0

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4610f80c0e8ad4de5eb59516b6e10520fb4ec1b5b8880bc374851e567ef6bd3e
MD5 2ad6787395a1e4876f406d0ff3865d8e
BLAKE2b-256 7795af7299d6902c496f8f6d2d3f0939952883edee0ca1185f25f299d178f6ed

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fba324d367034f87c44255d98c968d70cc1b226a4b0085c9ba040f370eb0f336
MD5 d93f569b0b2dce988ff00284bf2c15f7
BLAKE2b-256 46d865d271a918f157a91ae250f4bd49ce377f546085a32235defde42df94b0c

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 12cbf223711531e9a0fba98626c3020fd7916f4d930ee139d9901e8183334f96
MD5 634e91a0eb21bf05a0a979ce8abd0a87
BLAKE2b-256 81d0489a07012cb0c43bba832f2ffd11b03de6bd361beb44af329adf0c045d78

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 7d4e79d11e9feba7cba7edd61bd267ba2f66dadfff5486e7caa6e3ab48c66f1c
MD5 f4d1f88625b5ac79e9c1c698d6f527eb
BLAKE2b-256 6b6cfe96c9018abd93077410935c653d692d2a64634a8ea60a23f7be11203096

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d17c31982871b8872a16dc3b77ff1155cb410db9f1bbb7d1bd9497b6a151fb9b
MD5 5b5df0504446dbf797a0375f1ab9c0e0
BLAKE2b-256 cd73d19d426da95578d9952d0520149046895b20926840ca8af24abc6399e3a7

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 818dcba4c8f5c8c8cff835faa275bf379061c8c6b1cc5202e01cbc04894918da
MD5 6e9fd0846000f40898bc88f4aac84fb4
BLAKE2b-256 be7544fb9e06a799cd3082df363ad52a385e2b9fd12b9aa2eb4be4d9034cb4e6

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 069f4fe65edc28024dcf6bc3ba5f82f335d1a1a202b84c3f6e4df9ac569a4317
MD5 10afbdd3b176ffd7a38c53daade71cc3
BLAKE2b-256 8ba3a49443b3dad6f93493c853e21cfc76d06b4d96435e27ae52c5df2b21a109

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e8ed2c8d59fcacc69b817a6f9199b60bd2377bb4a4d22f66bd40410accf1d379
MD5 f5a2e5c9155a41b1a56acc728dc0d76e
BLAKE2b-256 a1c9d8a121dd1b258a88d324685c76f34b9cb39d2e00b96c2e36b52d52856b2b

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fbfee9189529d86ce4b47e4f4204a7d7e6579cd552a09b0a4b3cfc18219b751f
MD5 eb0c1ba694dae3a4c48e871c1bf13e0b
BLAKE2b-256 c169a123d2751774b636d3ebb3f8de8d43616b92cd00e939f56ed6266afd0860

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 86897992cc03181b2d138f51182a74ebcce405e1bce32894e5dea3d9c3166a4e
MD5 d3e056170f10d0881681f86d235847dc
BLAKE2b-256 12d5f9dd3c378cbbba3dd0e7fcb7b348f9a654c760b14d22c9de075c649de4cf

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 eb8836d282eb5380aee18426881ee7ac05c83d2dbd90dfc44c2c999b8a783a32
MD5 a1aa03f64d41f1682f31c41e3a72135f
BLAKE2b-256 6389ab36fe9fbdbf84452c4f4a50c425798ff7f2d01960f1958d98c887bffa36

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dd82aef0857b17f3d6f6eaaaf5bc340d347a3dccaafa2381373459a8e2c5723b
MD5 1966a0d0d8e06037367eca160963507a
BLAKE2b-256 83ab8ac1074b370742a530050bc54cadda90ca478796998ac813311e1880e5cc

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5d834098e973a4bb2a65c99c4caabdb750b72a9d4f1a938e69002d338bfbd65f
MD5 f71f7c57b6fea8393467cf27cdefdcfb
BLAKE2b-256 311fde3c91d7170778b045d9fda0232c43fab48f5a78377258a9320d2bb070da

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: anot-0.0.6-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.1

File hashes

Hashes for anot-0.0.6-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a2078af0e3575d81d277478ca57e880818f96e273ef62ee638433591e347fffe
MD5 79effcac7d9998f3b1ac4e3270800b47
BLAKE2b-256 67b85eb1c0d6917f3693b2ef56726a90b621c52c958cd34f8f44397eabe11e52

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp312-cp312-win32.whl.

File metadata

  • Download URL: anot-0.0.6-cp312-cp312-win32.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.1

File hashes

Hashes for anot-0.0.6-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 54b194d95ab88b16736559ddf7db5cb1b8309ac8319277e10a6843e13955a37c
MD5 783dcfa20c23fb74b1e947a2c1530518
BLAKE2b-256 31336fdcdb5895949c9905f1477cb72cab6edf47f1c8e077be2f84569a5d546d

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8a7f83c624e3f63e7546fdce4198dac54859a77a87713909f5fd29b84f651e3c
MD5 50cf625d0252ea6c637a1de6e5974641
BLAKE2b-256 fcabb9330d07930753ff8635c0cf269cb20b8c0268b01d5f29c39494684c9d63

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f9e210c4d20e3c9a7c81ab4d7b77b205c9b97ee6ad0e3d073e105d7806e4e24f
MD5 aae9d3847b8e06510dd8046f7459d123
BLAKE2b-256 82bdd1f11718ffe7611677e038fabe02cfc0766a0ebe7cbe5a4afa627ae60c87

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 713aa24e026f1519b541aa02a100939def0ace629617d13ea4e64a9565ac7cab
MD5 8829d46875eb0af57363df1f4eb2b196
BLAKE2b-256 c6b247b2daed43a7f57875987796c86a4d0ba1b8e0590dfe9bb1cd20762df638

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e8a7a7db1274d67887af09c4baee35b3247220128a27b87215d2cf7009bccf08
MD5 b3a5f4c018886d1adb4cdbffc8e4a552
BLAKE2b-256 f1e090edf7c672bfb8116a4b77b88a1f3ea4ea4fa3ad47f3c99f6eeb34c6f866

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ddc0a715b2177497e4f99bfd6e76747155ad6fea4c59b9181c4e239551f9253e
MD5 91e3888b6075b8998a68757c51807e8e
BLAKE2b-256 5edcb599ab23e70fc3844007b12566cfdcc91632488ecefd895b6dffe7515413

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 74b1867644fee33daf833396e6562fce3486f9d9914498c72521eea8c9464a06
MD5 fe96e4e62f117c46a3c4fdd4838a26d7
BLAKE2b-256 320e5d6cfb949d2c0a6f7efd58401f07d156a83a17067f64eb52b749152fdefc

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b554e11c5e3f0ebf5d9eb342372c680beab47a61de76b26dd4499c29fad56b5c
MD5 99df655b7916116c62706e64adf696e8
BLAKE2b-256 e85d8faf12a39cd51249db55f32f204115d8a22387f078d26a2d8542600dd3ab

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 96a2dee09bfdf8591d40ce2ee6e6d4bb51b6b57ca818adb6914cf8557ba7e870
MD5 f50b49ccfd948a1650a0aa4304b43732
BLAKE2b-256 42187e03ea4770734a4ef1dbae2f0c3cdae38734d54f0a07e4ef70ede1599d15

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8b69ad19b8be8fa367ee53f77e4ef5667d726f67e9d4f9de191a0806cae3c477
MD5 ca6f7e32f3d4f5cfa9632b18268d74f3
BLAKE2b-256 8ac168a5d310f3bc2fd1ee2f3e6f204e8f874e70faa9be5aa671db599b27884c

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0ee95013217c06550e12c6c1d75b94752d379aa3d76b9cdaa7da3b11c95bbb30
MD5 6fe941f7d45451d07cd5579cad3c446b
BLAKE2b-256 ad21571477d637171b0b02c2196b5e5828a95600af7ff95cdb0fb596f8a9e8cc

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a8e75e378eeef5821ca584fe0e48558b6075dac3674c9794814e0a2c21a4af7d
MD5 415fb5c362e1f272b48e963f369609a8
BLAKE2b-256 583e4c06c7dfe5a7bb310c452597ae62f3e52d70dafad488868a8bc5337c7aa5

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f76db75f3ff8f178f586acfe499a771de8a73bd821c6c11bc3eba190c7ae2d3b
MD5 40b78b4f200c3227350a81387b2d4e0b
BLAKE2b-256 2bd48985dd4c15e068f1c363d287910deaad122f2e29a89cf1600f75dede5921

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: anot-0.0.6-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.1

File hashes

Hashes for anot-0.0.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ed476679348c8b1e0b22e75601b8830e0d46bb0ec709ac7744a3fec4c5f02bf0
MD5 ec680735228e68b2063367173469e782
BLAKE2b-256 a766f1800072651c147ebcbcee5d6a389605a780cf099be839ce4dc07a7b0b1b

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp311-cp311-win32.whl.

File metadata

  • Download URL: anot-0.0.6-cp311-cp311-win32.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.1

File hashes

Hashes for anot-0.0.6-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 6b6219f2c404102c70d8e424fdad81e898b0f4698550f9acf114589b83c2247a
MD5 8a94eaa43bbcf1901a66feb495d0040c
BLAKE2b-256 9c09445b08e58ba600d5be3f4aba8d10361bab97c706a27fea4bc7feefee1000

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ff1367202b43e008299eefb08d815e7e3d29576b1fed6dceddd6c2b325c6cbd1
MD5 50aa211db78c4cd40b8371e60c7a3606
BLAKE2b-256 4285f45c459a41acd4d32f9f7a7f77320787ea85aaf61c716dbd4efd04a5207a

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 57d859df3d0ac582aadf938a9c4ee8fbac1da508e80d09f2c41c61116d80d196
MD5 0d4afc4882a90708005339d156f8c85a
BLAKE2b-256 5abc78beb577b641cb8da9fa2c3446ddb2add01202dfe7f6125a261608b03929

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 920798ef008db1cda789fe60fd92d171b82c453e8e62da3ce23b434262f0fcf8
MD5 c199a2520889a689da1fdcc942b45925
BLAKE2b-256 c2816e234712cc10bfdb0e2f98149dfb8825c7072943dacfc497177a587fc842

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d88bf0b117d3a5dc05146a5300d36e2ade540f3a853c8c6243fa524aca791b69
MD5 63632c1945ecb48439265992f713b924
BLAKE2b-256 59aea457228eca0d58232d3da5447154d24734ae1225b354d745d06fe79ec671

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 17406f13c99acdc9ac9d735fd384966fdf1f51b7049f336617ce9fdff66b0f3e
MD5 d611c920e83eb8523911c3f6be55e619
BLAKE2b-256 3b1bbe2b1a19c9bb2f6e56499efc6b538e4fd6d9b1027bd795b745e0e051d6d4

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3a8200f59031b5e3dbf13705a17d69b78a7c6c96036eb5d0cb3615118046a311
MD5 292a63d7e11e74016a2d591346323a04
BLAKE2b-256 b53c61d5ecfb472b2030c2535d40d29813617cf56e30daa7e32350f7ab6bdc3b

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 594d6f21ac7ee49f310fc42451a364049d777efad4b6312abc3b9260876b0ff4
MD5 e28f848516f9aabe2ca200eed4dab719
BLAKE2b-256 9c595fccc0d897bd15fef1a708482bc5891c4d89c75df5d5356fee66dbdaeadc

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6d27605c990b47b36096a01d226001ccda2d7b1b71aa352b46bd3271ef799ade
MD5 d28732190c4dad52002b76ad0c1f06b3
BLAKE2b-256 d75333ce2f1c52c1cbc1d52bf78ceb654218d010a215397a0a2d7c37299ef555

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a8aa9605a04595d046c87c117a18650ae4e8ca9d857784c743edf80b67f695e0
MD5 e251ec69e51b4d78c98090125b976faa
BLAKE2b-256 ebfcdf0ef8f7cc62fff4859d61e06683337a366da3bbdce00547c2d4947fde39

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 834728f8bf5df60149e59be319ed0b05fa75fea9a218eb740c43e1db6380d974
MD5 a4219229560de2599cac8c240d1ac5c2
BLAKE2b-256 cff8259f113a4ad3aadf413aa93b983a3098a73e99f2fa88fa61fdbfee9bc8e7

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c7ce93e4404004db3e301dca576cdadfd9a6f4238e38afb6af788405f719ed1f
MD5 bcc0378321edf03722098d2bee0d7ed9
BLAKE2b-256 209823f632b77052f16b62f74b2d849de435ca5a401d4ea1a558da36ad3f246c

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d8622e155e7a77baeac6c50976a49ef8b0aa2a6269541378686935f67f29a6fe
MD5 eb5d8a2e80e52556a8dd3037d5ef4add
BLAKE2b-256 90ecc22317391750a81784c55abf17e1287827d97c09e9c09c9fb43f7f1cb36e

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: anot-0.0.6-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.1

File hashes

Hashes for anot-0.0.6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5000c6c5e4b17ebc8e9ec0f8b2fe8d9609955f9d81b218104d592a6a25c77a4d
MD5 9fb9ab56ec54c560c8be198e98abecbb
BLAKE2b-256 8e08bd392fb89e274144019d9f7290e76e3cfa8223abae9e2d7e280b007d87c0

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp310-cp310-win32.whl.

File metadata

  • Download URL: anot-0.0.6-cp310-cp310-win32.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.1

File hashes

Hashes for anot-0.0.6-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 452eec300a2bd31fe6c4c555b38fe2c92ea7e63ac03e85beb3d1bd73c1b13eeb
MD5 6281b59a1c772b5aa6d7d02810bdcc52
BLAKE2b-256 fd489f2d389463a5d687e61b18cc8fe0d500afceb7daa027392a712df2fdabff

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 93ce1fba46488176173116d0e2c13d029dde2fa5d3b358aaca22c4e140a30408
MD5 411bea5b69aa1911e476a52151e2dbc0
BLAKE2b-256 a2045881d4c35e1b859d1bd8656b72ca7d062fc09faa1a3001dd742131dca02e

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 957dd9dbd14eb557063b6d6b12e2c13ab12476ae4db87455e9ff883e74d1fc2e
MD5 b29ced9996ef6a37cbf51fdb45fbae1b
BLAKE2b-256 1e70edc4196b063ebe9a1441fdf3e1f042c9ade6db355fc3d610852c76ff570f

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 515fd823b6130d5eb87361cfd788d3553225f5ad4f3285cd148275f24efaf9c9
MD5 1c62142b7048689fe5450270b42e94f0
BLAKE2b-256 2cd7ac5a17534224677265de6d69c514bf4baef890fb7e4c6b7843ce66849078

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fc0705aca4668dee5c1c5abf9c2c1f20eef0f4a359315a087e85573d0cd8ce35
MD5 b85e8a229112ad5a8291708b7bd54b05
BLAKE2b-256 dddf75257a4241e0edc3fc0b22f2b3d75457c97b617f319b985e9583de98cc6f

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 305b91b2b6f0fcb741378465dd4404fe53f80150b7e3e1b7483852e004876526
MD5 8cf34298513a5828720c8ff85ad65f8c
BLAKE2b-256 b2042706d4b318e535ad12f9502c3a4eab10e45bd2a59f346b962f4f2433521d

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 cf4486a01ae087783643b39fde1f74c7d02c9301661eafb1369fe57cf625cd2b
MD5 a4c39db22633a059cfa492924161043f
BLAKE2b-256 fc63e787a135707f46bb71276e7a1a2b6eec5d2093e7f5b5c648bd6a5a54ac3f

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 720a99afeb01d8b43504b04589aff957d08da516cb11526ac3ffac31dbd10444
MD5 0a81752e197d18ce5596263752317eb6
BLAKE2b-256 a4474317e10f62f738b072dbdeac3dac3176443a23cd7758833a6332a5febec2

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 320c967d8bc21b92a1a4f1d1eb67a6794328b03223ab73a3ea5018de0a904ad6
MD5 4f2013e738377548b156078374b89975
BLAKE2b-256 650fbaaeb19309199b2f4780bb740c1f2213c4b877b7971c16cc9224650f1515

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 393d1a82a94aa7d2275644ca3cf2c45bc5fb34be338d9fc4762b89bbce24ab69
MD5 f638ec582a9920f398d70ce6c1818a63
BLAKE2b-256 5f4b50230cbea4f83443bf3282e1cf61f6fef58cae42c852b009840522bd50aa

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4300afaef5fcef77f43c727ebe8eafeef0223c61e0492e04c25dd1d27d8d5875
MD5 dffa8cbede4d0bf6db77a9c563cd6c5e
BLAKE2b-256 a70784624595095c8921ffb37edac938a7bc154017bd2bd0cefe492c4706ba48

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: anot-0.0.6-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.1

File hashes

Hashes for anot-0.0.6-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 32e4d607d9d97ca68c54639d75aea9516b2875aa55fe34bdfb1259746964d0e5
MD5 4576264a806edeb0b6909c8bcbb31e71
BLAKE2b-256 0918b5acd708ee98053dcc9682b9fa1ba88f4447a2af5e8fb30c1b2337b9d890

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp39-cp39-win32.whl.

File metadata

  • Download URL: anot-0.0.6-cp39-cp39-win32.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.1

File hashes

Hashes for anot-0.0.6-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 4aa1f782bfb12a89a466574d49a8fd053045dd39f9801183646e681ae4129ef9
MD5 00027feafffae0fe40a634a39d5be7fa
BLAKE2b-256 ea2d3e6f9c72d453a61e02c76bdda128864dd3da320098c4a5db35d738435425

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bff45861292307fbeb414eb86ed09c4a6f466c33f843842d8e549058e5116117
MD5 dd8e633545379fede9c5f3a08918c269
BLAKE2b-256 aedd1bdb0b16cfe287473573b271aa19ec940a4599842328c762600cd49234a2

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 213844b582543ba201cc4bd8077e663cd8483301e2758ef59a70942764c5b867
MD5 9615d4274a135f79a5c51234e59082e0
BLAKE2b-256 67c913af3ccc51368b978ea1ae0cb3b8cfc61f3aeca58534f65efe9afa58eebc

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f19d45fe0fef7cbbc1504ff6ceb1ac110550de36eb9ddd670f6a86cc0bb9e7d7
MD5 f1b3f7a1d0c9970b6b74887011442d6a
BLAKE2b-256 4caacc166609e9d71a8a75268c61d03690b78900a02a773aca6cc693ade8e807

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3da422836b11cf3a6c8fe7419086c3cb2d12f795fc75307592e6a93eab8d3f9b
MD5 879122f2b4dac32458cefa8bb9175a00
BLAKE2b-256 b4fa3793927d1db19ef6597f86ae3979661797ce6e4fe8263e8f74a1338266ec

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7397907d909bc15312bdc6152d8c31eb4606f37c79d4dfd695f54d9bffb3456e
MD5 f87c1101cdb103ff3f672ca41b2b84aa
BLAKE2b-256 d554ef39d187fde0b8ab7a683d2beed80ca9549ba2ed62e94ab2bd3d933fa3fb

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 00d049afe610697eddbb4bb00c4cb811a4dbec28cafeb6b39ad51cf290430764
MD5 f4b15fff6eeba0a27b42a52f189bbff2
BLAKE2b-256 333bb6468bdacfe041c31a5ceeff0660382d99d01f835c4012b5ed881e5f60a6

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2669816e838967ba386c71f3ce0e8e95d9cedef410f08a54843ad038f2bbaca3
MD5 ef33ff465b5bad7fd0069164e9e67445
BLAKE2b-256 00e9ffe1eacd295802911662bd41a5c155085f9aff9c23e50a74f5dc67cb40ff

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 baaa3182f05278375cd13493158f4e03431089ea4e2f8abe2e8aa59cb1b32aaf
MD5 066e47cb4196cd06da03cc2abb0f80fb
BLAKE2b-256 eec14666aefc5207f4f512121abff23cdee8520ba50a37232eab93623d16f961

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ae1648d192ad7cbaf5e668a9c0fdc99001c89b87bb6c8a7cb8c231fefea1871e
MD5 1e4031e37722f4059031c3072d99d153
BLAKE2b-256 00a12ad7ab7defd93c236dd4fd73a166715c274472ccb1189e1b885a87873f96

See more details on using hashes here.

File details

Details for the file anot-0.0.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for anot-0.0.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 171d7deda9180194da9b0a81c97b9860a56f9c7b48318d509023f2ae11da135d
MD5 8456fd3db01198b1987d2f6a7668ff87
BLAKE2b-256 2a34fb1369a957e485d16cc63f11ca94aa6bd6d8976c4d7aedd725ebb56ecdd8

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