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.5.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.5-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (1.9 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ i686

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

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.2+ ARM64

anot-0.0.5-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.5-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ i686

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

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymusllinux: musl 1.2+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ i686

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

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.2+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

anot-0.0.5-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.5-cp313-cp313t-musllinux_1_2_i686.whl (1.8 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

anot-0.0.5-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.5-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.5-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.5-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.5-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.5-cp313-cp313-musllinux_1_2_i686.whl (1.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

anot-0.0.5-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.5-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.5-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.5-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.5-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.5-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.5-cp313-cp313-macosx_11_0_arm64.whl (1.5 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

anot-0.0.5-cp313-cp313-macosx_10_12_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

anot-0.0.5-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.5-cp312-cp312-musllinux_1_2_i686.whl (1.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

anot-0.0.5-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.5-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.5-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.5-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.5-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.5-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.5-cp312-cp312-macosx_11_0_arm64.whl (1.5 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

anot-0.0.5-cp312-cp312-macosx_10_12_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

anot-0.0.5-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.5-cp311-cp311-musllinux_1_2_i686.whl (1.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

anot-0.0.5-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.5-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.5-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.5-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.5-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.5-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.5-cp311-cp311-macosx_11_0_arm64.whl (1.5 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

anot-0.0.5-cp311-cp311-macosx_10_12_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

anot-0.0.5-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.5-cp310-cp310-musllinux_1_2_i686.whl (1.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

anot-0.0.5-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.5-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.5-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.5-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.5-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.5-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.5-cp39-cp39-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

anot-0.0.5-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.5-cp39-cp39-musllinux_1_2_i686.whl (1.8 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

anot-0.0.5-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.5-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.5-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.5-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.5-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.5-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.5.tar.gz.

File metadata

  • Download URL: anot-0.0.5.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.5.tar.gz
Algorithm Hash digest
SHA256 0059425f494bf11e3c3a080a5c8ffeec2baf1fad8a20224bd70fff4a6757a4a6
MD5 e36c20987b6b656a16e5e1ef63d49782
BLAKE2b-256 9918ed66c063e2570a0197a8a2aed32f51a694a8fea08c39277fb6630d9ab48c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 70b06b3ef5c66effa803935a88b61db9206d04324bfad1d3fa06a27c809fd28e
MD5 1fb59933ee41c9ec5e5a30aa248559f5
BLAKE2b-256 4594afe0a710ef4b5586d6e69ad04b84dfb4bef5280aa6c0498ff4b7d8ae6afb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fed551701cf1711c8b885bb1ed63a19d5a7656fee9013b7cfa479ba05d397a22
MD5 cb22bc2f0694bc98ea8fe62a1dd85d2f
BLAKE2b-256 d8afd8328d27f2d130b3ec94c655ada3ee1f0ca617e6466f162686ddfc9495a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 752db15ebde7a91242c2ed43fcf50fb8ccd91b5a8eecff177ce5a033306a3807
MD5 d3ef8b6b0a7f30815bb76d1cf106cf89
BLAKE2b-256 ecc91dce9dba4b844db03d98050734b01babe16f4aef2a6b4e5968111480abbd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2d4ce33d8545964a45c8ddf86938be57ed24f0836c16783cb9c6c9805988ec94
MD5 6fc7b1f1466555c9a5d2defdd5f5f227
BLAKE2b-256 ff84832280b7bcfc2911837a4c1d68223403d2975b281ecac6a4adfe3832aeaf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f0060e07b2bfa599181adb348d630714acb1993e974402686c2b797208d19699
MD5 4f48f235d0a45dff1e0fc4188f76c996
BLAKE2b-256 367a769c6762198bf5970eab935bc2e9f22762bfdae337c7e0b89ec4fad0c2a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 02e05fc0d83d48f395dc3008aa6c4b9001adeb70fff3cdf0591d7d45656c4db4
MD5 4c61383ca9eb036499f39082f20bd5f1
BLAKE2b-256 9757eabdc45b4c4ff8a694b69b25879a92df841199f239b19c0d1d45cc67915c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d126c2b56d5e99bd9442fc7fa4c1ace8580bfe8270c62764c4a507a2875b72ce
MD5 d922701b306121045dad78b6e34f63a6
BLAKE2b-256 06f6cd6cd450b4e5c10a71832843f2a46adb74b4af39edd090049e2f5bcde0d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 604c72de33f97ecd7620271ab89681f4d7bbd84b65378fd28e1de9e71c2635c8
MD5 70f4420e918b376c1329898c3b76c7cd
BLAKE2b-256 2c5cd2c7a6b9e53a3708d6b004d1c087d7300af9319c98bce537b71a6bd67424

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f01bd1273e2ddd59f2337466d4eded8531293751ac6826741cc9f7fb6984687a
MD5 7927451615037ad1f7dad53521ca3dc1
BLAKE2b-256 9f71e2a18ad4a763a177a361312300a58f74eac5597fa1292ab6486014b34e5f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a04e10926ac7fa794c70d8eeeef90dc804718bc40aeb8281d1a1062262991c19
MD5 88cc150bb9c06ad2079f9be3c279a4aa
BLAKE2b-256 fc79f5c1f3f5f89e35f9e72fe0d83db432c916311da8eb1ccbe0075308301d5f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9d6b4c78d8529c3baa1483a9102b8955989805e2db013251a20d22b8d9024e50
MD5 b20179c5cdea6010a9c1525e2b8b338d
BLAKE2b-256 adfb333ffcf462fd1eee36af88d753faeb16295dcbda130354a193f8639cebf5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5ab03f5256b76f30daf5f2437cbde5f3c4b0a4ce987965e6762b2c82c5a53932
MD5 901d7e1a5e5bfaf2ff2e97ce520dadfa
BLAKE2b-256 12da155a0a043aaca0f120a1f9307d9569ae614a07bbba3869c9433aaa1c6959

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 06ef311744089499aa956adf444575d1c1a6549f92026e779aeb575d350186d0
MD5 e8117be22ba6a3e7626a9f57df8adab7
BLAKE2b-256 71c07091150f0e8022997f5dd5fbf071e4d6beb302c5ccf82f6a5ba12647bd43

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0154915e17c6589f65c920c56116399098bcc08e2465c601272a635d8dc763d7
MD5 4d150a6c39896610c8524551777fcd21
BLAKE2b-256 a520bfd528fbd58c6ff908335bddffae0e1893a1e90d3a971aa6da013262ac19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 fded8b4fb54f7006bc577e04bdd29c9aea056a1fc928248090978aee9bb141ef
MD5 0db6246e1543ba0543cfb1116958fa61
BLAKE2b-256 7dcc21ab58997c4caceeb21cc8f5db164309cf792bc38b61db2480513425c08b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 105f8ad228c49be895ff544812fb040b97dd881154c151e4a77a0817755fe4d7
MD5 ca8c27c1f613e05bf7d7afebed55e082
BLAKE2b-256 03efaf90181da4b48f2bed43127270cef6fd93806d46ca0f704e9cd5b9038c4b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3552f119580e1cd015ff659977172fae85cf766de7895776fe7beb4cbe9447c7
MD5 818b51e5c6e14197252bf608d753e4c8
BLAKE2b-256 f01c6c04b57328103a805512ec0cbce38fecea30089b325526243a1a25c3df91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6ec816ef1141ed840335141e2c16784c40d3484de57563c8c69e6813a044f285
MD5 495ca17b276e447ed9295f7f6c8dc756
BLAKE2b-256 ab464e30a91e5fa032ed764a2bb7fa7c4de643ea502b7142da2f484a81dbf434

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ebafaf766707e1c9b2e1be6cb6f7d2dca8eea703bd6e1b88821d1a6cf317db4b
MD5 76f1536991e3f187c96a2d92a64bbcde
BLAKE2b-256 29075bc78fc53190030068fbc452ade0d55fadc27b57b1c48ecdd436930580f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3cab29167e2c9cf98f81280713594831eb4e3347fb3581202e87fd4b164ee920
MD5 54b4c856af5350cd02be536642273125
BLAKE2b-256 2f02475e84da775757b50b4e3a1601f5398fba6433598085a47aaf96b6cb1d63

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a7f2958cc2a666dc11d5c4e5f5692a6dcf84649e4a1b05443a06e2b6ad78fb63
MD5 6ff5a128c9638c4b338ec521b0e753d5
BLAKE2b-256 86a33e977a6b2460ac06391265239be4a67ce1baebf9595f59f9a88ee807680b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 130646337e7af051a72edcf4bd440617dbf8ae8c2e304858a4e797dc5d5c938e
MD5 87db75760047025293d95c765fa2013c
BLAKE2b-256 c1240da187fa1996b4b7bb5b1a16d5645fb3b06a30be30fc29ba6874cdf98b60

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1f27ccb1a58aa4a0b14cd5097741b7a36902b3e51bfc3f8843b62804a276d013
MD5 b3f6303ce1556fee00c8e3201aeeb57c
BLAKE2b-256 c2ce99f1c891d32b6bd72c2ec98fd0d78119b782e1d9aee65771bbf0c1e9cf85

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 aebfdcb07f093024b03eb1edfed319cd51651c1ec56f9aa5c34c165a2615d8ac
MD5 970bd3ab326349840a3134e7e2d3a3cb
BLAKE2b-256 a9ad8c3fe948f02468bf0af77cf7f0f478f2331b24c225e842955921f3030d41

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ac188bad21ef3974772724ca90d32eb8ed36707ea8b205b7a5a7902ad48b6514
MD5 22fc93f7533a457b3e45ad25ffddf03c
BLAKE2b-256 4ac0bd75a3a1f1a499562d3c383e68287da444c6cec4bc9bb132f0320acf968f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 be3cef858f41b394e875011f1791acc077e1eaf955f6c64fa3c8b21f9755f55b
MD5 43623279421bebc69a7f5d94aea1837f
BLAKE2b-256 1329f27d16f596abc9f60c1eb06b02b1528e4dd46b45f2ce3f02fdf63c0ddd3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e04208e46bc0bd4bbb302f67cb9a5f437ab9f941feab451f0e30e4e823546d91
MD5 12d32eeafa02ce4268012d6737313ca3
BLAKE2b-256 733de088dbfdefd496be59fed56666789adc63d34ead7d8c64d2d3cbf54e48fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7fa7cf2b3da0ee25cbae7e95e075e6a67384f98ddcbbaafe6b63eef25cec7cbe
MD5 348a47f9abcec2dd7e3591b0ec8ca9d1
BLAKE2b-256 2b8dfbda7db5fca2659f4e509a7669a148f6be3fda7cddef8f431866e3ab3621

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 9dcedb41aa40eba4c962f3423125f35eae37aa629c92d1607e05438de75b2e6e
MD5 e93960029b5497b5fe1edb2d736fc107
BLAKE2b-256 0f141de9d2f5c3493d73ce376aca485a4fbcbfd57aabca5196bbed6d2db83355

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 aca1b5c0fd44961c9084768efca633b26bdc6cd49597448a45e89284bf03c031
MD5 5cbb67c393e1c0e68003cfcf435004de
BLAKE2b-256 97d179892bd8d6e58b5a6bf38d47ed5afe4b58f24e3f01b0ca81c89179d4a8e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4eab4fd79ec7c39ce32190daaabe3b06f9a084b4c87b8c0ace7b8b964e5254b2
MD5 e00c823f476371302d736199c1d1d018
BLAKE2b-256 8b115e5d0e799cd6beea86696c1e86de366479469c039b1870c562a701f30cde

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ba54a8ff2ff225f13b9a0bea1c46229d01bc8691d69bc60e16a01f4a7b0ecefa
MD5 612ecfb7099c8d4a3ea7bcdb88e9c3f1
BLAKE2b-256 83b5514930be827f5764b3ceea096099f65d1ac8c8b96f633043ed2166c43e2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 31e983c7f9fdf31e03b5852a9c2dabd8c9735e1170657250d657339baa54a80d
MD5 7243a2508d77a20b1f0beceda7435ac5
BLAKE2b-256 0648bb6bf35f37864c71f24b83ab4d195a2f2b8f687e3aed5ee3d6fb1d7c5ed6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7719c5235c02a40819687e4fc98be7ebdbc88b6887904cbef90061a4cd7ccc62
MD5 5d996b3564f52ece0e67877924507f2c
BLAKE2b-256 0214ffcfb950308e8db7c1f3c398269bb508c14b28060cb41761a0cc861de9a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0651762d392365e41a52f0aa7a7e2afdc071615b17bbd52dfc665e53f2c54267
MD5 aef001d807af4b70392b78435462308d
BLAKE2b-256 27467be9ff462aaa59e31c0aadaf5cb99b6c94ddf44f538e707908f9e17d71c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 66ae05659033e13b6f570892e70eabaeb7089c04764f40ec8683f09df95923da
MD5 966f8e9e8ddf49f85eb9adcc62b63b3d
BLAKE2b-256 6176365f3e3445b7a1e8929229256997f075ea85baa643031cbb91665994b302

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 586fb61680dd22112d75b69a696649aba9ed9736c70d8c27e27c399bd660a077
MD5 d10ce79a48f9bc3dab5a5d1dcc24fdca
BLAKE2b-256 51ca47350e4e79c0f33992b4f7a152101a388334f848d52e47b76b3e700ff66e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5be4c4bab7a2d7dac92c160042dbee102edd1dd45f9252c73ac75d97f39e358a
MD5 6c1f81915a66b3eb7889091ba5caee53
BLAKE2b-256 9440878ef142a1954c8147c85dd65f997f7e1ed548108c0890a65dd8e9824ac3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: anot-0.0.5-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.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 4d401669fa5f994cda6ce84319a218e61cc9b663cc8b24dd0723693adf38b936
MD5 74dc305848cb6f95cb4d28510b554878
BLAKE2b-256 96d313dc6d1b3bc78abef313db121e65b9d205520586e16193b58523cc7ee880

See more details on using hashes here.

File details

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

File metadata

  • Download URL: anot-0.0.5-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.5-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 5c359596cc8fe44a29157536a2aef6505a0225878c16379af11ebf2a5c7be023
MD5 12abb1893e6eee4dd44e1d08d046961d
BLAKE2b-256 11d6d1b78a30d8740f23c1fa39b4dfd5f93112783558ca00cf70a8ddec74f487

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ea10a04109f1345394d7e0f09687c1b6d242c2314b797c34d25c0f45f2121da2
MD5 72cb1e00850fc175a8ef0cad31c79c20
BLAKE2b-256 315520f837086e40b4c6b2b284e3b0764b149cfa19bef6dabe4e513baddd872b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 31a7eb5e741d1cf00d3b5e5b5a38074062f7f8e72117729337c03c96234e05c5
MD5 40709c8264b6f9501a687f340855a3de
BLAKE2b-256 f4db0b89ed9c23c8994756a20b58c85b0f02f2f48e8c347b0f075e1092796cd7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ebd234ae2ba806819949e1a6ffc811cb2d57742b723436e91fd0be2bd1ffe406
MD5 181b632151d8944d7b0fc512c26bf50a
BLAKE2b-256 82ebd233125f9bd429b5f81c366b976f46ad02175c6211c45f946d781c823225

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 319c608b2aef5397f2d2081fc37c21367ca1e7b8d5b26f555ef2cc27d65de86e
MD5 1fb1e2609de772083a487f80c99bc50e
BLAKE2b-256 76c46793a6dc0b3db3ec7b5670ec7844df018818ac1d5b5ced1e8694ccf1c30e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ee381b68cafe70464e63240cac300f78cac960b22ff9800f69a55142a4fe7128
MD5 f58d4039928f6d558c8e075413db6a99
BLAKE2b-256 aec26d18b4f6f4a76a97156ff7591dd4d2d773edb8afcef29ae6b159841060a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d40cfb81ae46705ed25feb917952a2b5d3d295d3bafe68424e64d13ae523c61b
MD5 205fd577b3e360c1da6c191aa283f8ed
BLAKE2b-256 5dd9abcd475d9ba504535e5c291b353af847601a606e5fef13370cc159bfc350

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ba08d7f2852a49107fd7d7f530922b3b132bfed1c2b33eb8061bfdabecd3b2d9
MD5 bca4d611fe62c2c8d2f5d25abc3caee6
BLAKE2b-256 5e9b4ef69a3b48f51331794ced9d21dea469a2c33f061a24aae313cd12a25020

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 30f0828dbdad67d28600405343800e0204a1158c42e8717129d25ce9b5b04770
MD5 640c1b69647cd1c3d29efd28fb0a2435
BLAKE2b-256 a0dd2691d6af7dfb2fc735b021b9c7d40716efbd50049815633f5c3cda4027dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 946e4ae040cb1ffc1d9725aedada09182574ff890255fd0e61dad8a8e7dea9b7
MD5 c588fa9c4de84cd1460acffed867ab73
BLAKE2b-256 57e1f9acba363a521cddd5b6fbb5dc5877903204a160611b9093e9af1c13e91c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8e90b832bc2e1673714d3265ec2dc83b182e9a76be11430c3d2df784c3c08286
MD5 b54b9329b3196713361e7c04b810656c
BLAKE2b-256 382fd8f5734726832060d7251b47669bdaccca8d8c73466d6624cc87cb5a7070

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 73c6ceff8af0461b77cf859fcc79ba17689a67e0c36be5983e7d9a7ec2084913
MD5 037b8fa8e028297fbaae09c2fb39cb4c
BLAKE2b-256 ba2a980a25e0fadaf054657bf227076d7ee8a642660c1d2859ece545deb8d862

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 eb5c0dd8d301d634c79db1b0f9fc64873e014b70a7eac4e30db98ee7f294e92f
MD5 59806073ea47bdc5158d2a65a2a48d33
BLAKE2b-256 486391e82620b03f95cdd658b481dff084d370d46a76be66108ddf2d08b7ab48

See more details on using hashes here.

File details

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

File metadata

  • Download URL: anot-0.0.5-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.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 207f34aa59ee7b5319624391285039ccd6f81b952812140ba1619f85b17430c4
MD5 955b9bddfc4c1dc5b9b52bb15a114663
BLAKE2b-256 2b280a338fff94a3cdf71f5540158e49e7ed41ab2d87303595bd8f29d391d48a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: anot-0.0.5-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.5-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 57839f31a917370da134fdf944ccfc62f42b28725753560027a0f06b00cb91d1
MD5 f5397cd96ff424b80b6cbbdfae596c9d
BLAKE2b-256 7ec05947791739cd3928d7bb1d8dea10335e68bc1d15c9aba4f9a683bef747fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 09b3ced83744cfc2ff736f55f7ef5ae01356c5f20e63a9354933b4a36c792974
MD5 7a5239936135f5ba4b12e8d77cf61e1e
BLAKE2b-256 c96b3c583d6935847398bfc5b66bae2fd33494342642d2bc984e764b13b80db5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e030a2bb6a1fc3074d1186b4cdb3b7518e75c221f3a06160cbea29336fa83a29
MD5 f1edb4e424ac63c974edc09fc2d1d842
BLAKE2b-256 ed7b127c294d391ad5a6d2809b06eb0b173ac1287be8f4eea6982d54200c76ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 56e1fe70be8926cf3680736f4d5bfb57d7aaafb69ecc9e291d41b7caa2cc0285
MD5 f643bfca91a48568f1fe8e6b859f7d99
BLAKE2b-256 896b960cf6a1419be2d9508e7efb3495b12cdad9ae958d63452cd95c963f4919

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 05bf9b00f3acdc7a83bf07bb740f7f31ad7674996b7df380ec0cbecad183d710
MD5 44d5ec993727a6361f9207ddfc1df215
BLAKE2b-256 28cbdec06b6715036dcc0611f1ff7fa5c0574cb5dc707f51d75dd85c4ee2e4da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 61f564e20e251ea5f9024c35fe024e422904989d5c4736f3d40fd13342693f62
MD5 d64a0e06f4e6131fd184b1f8dcaffe4e
BLAKE2b-256 5de381bbe35e6202e7ec165e82552b4645344a7c03e1ca9d7aca517c55c26019

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c980c10cdbed8680c0ae31667b1b82c62c2fc2773b3f1c7a4f878918e5c321b7
MD5 03f5857974f40ec656404af3b1f07461
BLAKE2b-256 80161ed20851dd1d179f5724e339045b91e9537f019a0fca2b8dd7517899ed13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c9832855bab36b5455495627abd9a753efa2c90e9f69d4ebd98882ceb6048696
MD5 1acee7510e327dacd345e55f389c3b1f
BLAKE2b-256 78c5f75fe1ca6f968f5cb1d622b0cbe1debbcab954c758548a1b1a175f7acf71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 16e65d650b0b6c9b769f2d627adab807cabe1169639156863d44c3a515bfe29b
MD5 a43c914f9e16dba7d574ff511ddfeb77
BLAKE2b-256 4cd01f4a44188e31e0d80b2e3f20d8122a6c75b4655bf2f9a486730db2f112ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2018291f4ec96aa96c833fb8e44e14f14625694f2607c6a61eab2bb521aabb0d
MD5 4be99a08e71e22c6f73995c226e29dd4
BLAKE2b-256 c1ba8e1396f1583fd1afe4d567aa5a0cd40ec2617da610fc34719f1bfd42e35c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ce9e1c41eec98ccb540a8d0493f31c33c31b8ae0b79a186908f4b27db109fb53
MD5 3fcc29c79df2a55061ad1e0d2719edce
BLAKE2b-256 08a8d9545222558dbee1b0b41c1243298fc25a153af672686457b2fca818cdba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 06ff1fd628fa170fd7b0b4c8d8f7d9112b3c10fe76fecfaed6711ad234658cf5
MD5 ff6bc99eec3a7dc6a4376d5087e67365
BLAKE2b-256 e6a5f059311374968d3b756310ecfb0ce6bcb16955f87e7dec5fa3c7ea859ab6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d73d5a0f2d99fa6b7f9d19c0844837488f67548b56ba9b25c36d517861c47624
MD5 4eaff97b2752bdd8a3ed780b118c1de8
BLAKE2b-256 b2b87901649245cd41dc5cdd5ca93f2c47906de914f1e30f4274e56eb4198444

See more details on using hashes here.

File details

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

File metadata

  • Download URL: anot-0.0.5-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.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 8e238d49a1230df52952f694839ac081ce4ff4152c921ae0de1f08157c7a5bfc
MD5 a411a9042aecd7ff1a69296f2be96ac9
BLAKE2b-256 11623a5d6ea1e5fed00bbb7157ec6e429f7764db651fc64982567780d5d35c1e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: anot-0.0.5-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.5-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 0cf21ade6febde60521e891598fc50afb23f06b2ed815ef1e4b8f143aba4ee0a
MD5 3007ab481c2bd9ae19ac3a6871d3b9d2
BLAKE2b-256 28b91ef64dbe3ace3b5ff7071a44065e634a299e9b6e2e878c77fb6023707c20

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7eb9d5456ae034718bbb833cf3526fbbcd56d86cd76845ce88cf1c73271172dc
MD5 edd6307a007751a4338e106276a3c1b6
BLAKE2b-256 72dd6be3fe6e006094a41868632fc75df5680bd87e2f1875c3ab1aac7bd98639

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 400e549c8adc410c8d11731020e13a8402068831e3fb00b3a1a41ac2c692c889
MD5 9057da7730f1c0870886616638bc90f4
BLAKE2b-256 dcfc84f41a280f541b41a36744b8143532fd1901f407245e7c2f7edd226e9270

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 35dc673a672a6695571b5873fe4fca48590eb05d395f6717b57f9e59d0049feb
MD5 6a96b9fb2a2e71c5c6c7723eee12c8c1
BLAKE2b-256 665d69fa2e7f2bfdc667113f496d5f7086c2f43f665cf1b7026a0e5699c25efc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 21467a5df0ca54fc4d3ccb44fc3e1a6db8e937faef4c42d24dab3d0286f9dbc0
MD5 947c84b97aea9357e36d72d52d8d8198
BLAKE2b-256 05e62d0021183138d87db7066b3f1f004cb3256aef4fc24af05fdb3692ef8071

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3a0463c7916ee3eb0bf24c206b1eae980631d155774086cb10c73a6299ed1ee7
MD5 7d0b8562cf4c4da2fc0427f6b02146b0
BLAKE2b-256 5d2c0fef0ac4008a20dfed47ee8c789fc230a36063817bc458f658a64038398e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a38d01ece8cb3f8bb964b520f6e147c86c5f39ce776bac2119b6865c66dd5edd
MD5 5f8a0c313485fffebf5921da110db258
BLAKE2b-256 0f0650f28f6dc5e72902748d8dedcdb3ed41f83c3f10993fb1a630f34b95cb87

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 89a872037054dcefe38a10afd555a246edadc723c19813f82753a2068bcbeac5
MD5 9b6a6b7a51631dc957990ef05b8a6534
BLAKE2b-256 5feb0b7e6b18ca43530fef2c72fc0446666f325d34419e5920c877e53a93cceb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 da86bfeeb1e9c7d0510a20a8cbac9676680c77de809188a11272300377a2cdc8
MD5 247af2a64279bb37efb0a30fd9ee844b
BLAKE2b-256 9bc6f6663b691900e8d2339afe2f14140ae988544577a43eb9fa7d8787f21d61

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7f51ffde4b2035faa3c6ddb5e67390bbf17fedd9d01d7d2a9abd9a926d9da9e4
MD5 7c4fa56a4aabdf7edc3695a3631922be
BLAKE2b-256 a9c1aeb2ab12f53f65b2d74acedc85a9b413d793bad10346f2abb485e08beef0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c8e7445d4f87db128f128848afe1865d3d4e3a2ef55158e61d93bb87349efea2
MD5 4605eb54266198590fdd99a89b2ee576
BLAKE2b-256 fbb82eca6a6c4e868781dd39d15c96750c7a69b39104debe6aa945d1c766a738

See more details on using hashes here.

File details

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

File metadata

  • Download URL: anot-0.0.5-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.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 8b1ed1df9c73bc32d2cf40a4a392a1743baf7cce3f7056553739aa2ed02ff6e0
MD5 bc5bc1d8b54c9ae7511aa9f9ec5446f8
BLAKE2b-256 448364f69da6f1c52ba3c5e6a9425ae3d44f7b0b9b5b06fa014c9e81d0c9811f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: anot-0.0.5-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.5-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 67d6ce18e64e8be7a7cda0dcd73d01d2f3bba62d9e9962a78e62e123b10a03e7
MD5 867d1e7eb2c891121a8ffb6369c3cd84
BLAKE2b-256 e67851c04f07ba2e43c10a1ff55756834496d2ab88330c1cf59f80513c333e43

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 95f5304953b4d006fb8f587104ef9b20d7ebb9d99767378684710d43468a5b80
MD5 7ee1ed5fa84ff05f50cb7104bede778a
BLAKE2b-256 95f1b1fea132598588b0198cee57df540a498237c0047cc5e388c9d015fe9600

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ab0a16e72ba5323f237553b9d8b9207b2711e719aa9b4a27b17b266cd1850704
MD5 5ca93779a224573369d42ed58950494e
BLAKE2b-256 35ec4c296365dc2abf71d75d4539d6eade4726af19d8853d66d91170413318c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d1c29c14f81e6a98c2cb24e77e941cf95fe40c51dbecb6f3b1d73fe9cbd29fd2
MD5 e5cdec87c7471f720535a0139f765c3e
BLAKE2b-256 9a483eb070d089ef10130d185f4ee6daa31dfae018fba778831e89560a681aa0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 40a2e693f654a165c4725c0d862c6316a91d1370ef5298881952eb387dbfb9ef
MD5 230a114c7d32a0d5af9aa24c016a7a6e
BLAKE2b-256 f87a3a0d3b501bb9bbe256911d6277a268284fed71741241064c593b79a503f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c72f75aeff22bb0fa6812be7b427270e3d8226b475a15618e46a3adff4f4197a
MD5 14e2b73ab8e3dc3f0f98540f4f8787b0
BLAKE2b-256 aa4162627fc2a7bf9bbb94602021860cbd645342e443fb8aca5b6defdc69ea04

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0e1ae5446da80dd3d19972a60a3a4c13a8f95be677199c6553d6106e2ce582be
MD5 37aafc255e421e6ee9eb5dd44ff2b5b0
BLAKE2b-256 604b2ffac8d6b5c2ca5edec20c42cb0d7620741a6ca3bb13396c7817e0f4dd3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 cc6405aabc1fc25e885a9dbd229671cd9919de9c5a5fe424a3240f7f9ff808b1
MD5 bac010cd6bce9a70a6e64f1ef81dd263
BLAKE2b-256 506e49b510d0bc61eb079b0087ace1045867616acf43c7f4de66d85aa71a41dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5fd005f150500ba2b728803bb20884f0f20d028c048bc8c20d14361a3116a7c8
MD5 84d5ecd799b106cc70debab23beff757
BLAKE2b-256 a0eb44e42062a6ffa63469334ba9296d7981f7beffbcae51a4c4d280ecd43a2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 25cf6d1c3b8e7fcd5724c361d4a2080342d535e10e6ac39a3d67253eae05db85
MD5 ad932a84e0a39c3722ed98786c871cee
BLAKE2b-256 638a4f71ad6028a7c0964d3fc636e51ee049d9cea787829c056c91da1cbecb86

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 471c1ab607c0b63a943d15c8f57b1d5a346a73c276ca740e6a2f77fe92c2a5f1
MD5 4c41873d20c1a8f24b32c67025262069
BLAKE2b-256 21dc3b900ce7cc92e1ff317654ed121904a47bfa8fed50a9eaf323abbf389365

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