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.7.tar.gz (21.2 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.7-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (2.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

anot-0.0.7-pp310-pypy310_pp73-musllinux_1_2_i686.whl (2.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

anot-0.0.7-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (2.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

anot-0.0.7-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (1.9 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

anot-0.0.7-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

anot-0.0.7-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

anot-0.0.7-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

anot-0.0.7-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (1.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

anot-0.0.7-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

anot-0.0.7-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

anot-0.0.7-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (2.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

anot-0.0.7-pp39-pypy39_pp73-musllinux_1_2_i686.whl (2.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

anot-0.0.7-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (2.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

anot-0.0.7-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (1.9 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

anot-0.0.7-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

anot-0.0.7-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

anot-0.0.7-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

anot-0.0.7-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

anot-0.0.7-cp313-cp313t-musllinux_1_2_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

anot-0.0.7-cp313-cp313t-musllinux_1_2_i686.whl (2.0 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

anot-0.0.7-cp313-cp313t-musllinux_1_2_armv7l.whl (2.0 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

anot-0.0.7-cp313-cp313t-musllinux_1_2_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

anot-0.0.7-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.0 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

anot-0.0.7-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.0 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

anot-0.0.7-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.7 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

anot-0.0.7-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

anot-0.0.7-cp313-cp313-musllinux_1_2_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

anot-0.0.7-cp313-cp313-musllinux_1_2_i686.whl (2.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

anot-0.0.7-cp313-cp313-musllinux_1_2_armv7l.whl (2.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

anot-0.0.7-cp313-cp313-musllinux_1_2_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

anot-0.0.7-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

anot-0.0.7-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

anot-0.0.7-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

anot-0.0.7-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (1.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

anot-0.0.7-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

anot-0.0.7-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

anot-0.0.7-cp313-cp313-macosx_11_0_arm64.whl (1.6 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

anot-0.0.7-cp313-cp313-macosx_10_12_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

anot-0.0.7-cp312-cp312-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.12Windows x86-64

anot-0.0.7-cp312-cp312-win32.whl (1.4 MB view details)

Uploaded CPython 3.12Windows x86

anot-0.0.7-cp312-cp312-musllinux_1_2_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

anot-0.0.7-cp312-cp312-musllinux_1_2_i686.whl (2.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

anot-0.0.7-cp312-cp312-musllinux_1_2_armv7l.whl (2.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

anot-0.0.7-cp312-cp312-musllinux_1_2_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

anot-0.0.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

anot-0.0.7-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

anot-0.0.7-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

anot-0.0.7-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (1.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

anot-0.0.7-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

anot-0.0.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

anot-0.0.7-cp312-cp312-macosx_11_0_arm64.whl (1.6 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

anot-0.0.7-cp312-cp312-macosx_10_12_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

anot-0.0.7-cp311-cp311-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.11Windows x86-64

anot-0.0.7-cp311-cp311-win32.whl (1.4 MB view details)

Uploaded CPython 3.11Windows x86

anot-0.0.7-cp311-cp311-musllinux_1_2_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

anot-0.0.7-cp311-cp311-musllinux_1_2_i686.whl (2.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

anot-0.0.7-cp311-cp311-musllinux_1_2_armv7l.whl (2.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

anot-0.0.7-cp311-cp311-musllinux_1_2_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

anot-0.0.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

anot-0.0.7-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

anot-0.0.7-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

anot-0.0.7-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (1.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

anot-0.0.7-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

anot-0.0.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

anot-0.0.7-cp311-cp311-macosx_11_0_arm64.whl (1.6 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

anot-0.0.7-cp311-cp311-macosx_10_12_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

anot-0.0.7-cp310-cp310-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.10Windows x86-64

anot-0.0.7-cp310-cp310-win32.whl (1.4 MB view details)

Uploaded CPython 3.10Windows x86

anot-0.0.7-cp310-cp310-musllinux_1_2_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

anot-0.0.7-cp310-cp310-musllinux_1_2_i686.whl (2.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

anot-0.0.7-cp310-cp310-musllinux_1_2_armv7l.whl (2.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

anot-0.0.7-cp310-cp310-musllinux_1_2_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

anot-0.0.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

anot-0.0.7-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

anot-0.0.7-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

anot-0.0.7-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (1.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

anot-0.0.7-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

anot-0.0.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

anot-0.0.7-cp39-cp39-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.9Windows x86-64

anot-0.0.7-cp39-cp39-win32.whl (1.4 MB view details)

Uploaded CPython 3.9Windows x86

anot-0.0.7-cp39-cp39-musllinux_1_2_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

anot-0.0.7-cp39-cp39-musllinux_1_2_i686.whl (2.0 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

anot-0.0.7-cp39-cp39-musllinux_1_2_armv7l.whl (2.0 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

anot-0.0.7-cp39-cp39-musllinux_1_2_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

anot-0.0.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

anot-0.0.7-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

anot-0.0.7-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

anot-0.0.7-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (1.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

anot-0.0.7-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

anot-0.0.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

File details

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

File metadata

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

File hashes

Hashes for anot-0.0.7.tar.gz
Algorithm Hash digest
SHA256 c5c4262dbec07ed4d83fac3c2f7310dbffcaae2a5b70dc2a54ff3a7d82152045
MD5 fddcd87d7d452f0d73646bec6bdad7d8
BLAKE2b-256 fff3e0824e76a8bff47d6ef3838af4fd1950891758f302e0a602439dbd419063

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a1f1447b651b8db41410a747ce849767488c5803d355671c65dbc63b31324ab8
MD5 165ca63cf3ee788b68d9c5c0ae3ce65d
BLAKE2b-256 b048e0950707c80757b55427724f34ae93f118835b3197e5c01410875cbea5ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9ea0305cc1eac3cbffe62aa692f973f99ae644fed8d088c59ecc0748aafd816f
MD5 646115fe0863466c4364a34f302fbceb
BLAKE2b-256 18dab1994b935011c91ed2566d0f7740841a70be567da75b3fe1259af53830a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a9f36b0bce6b82e01999493b2bf343042f60b357ba445839ebeeed8920771e51
MD5 c9fdc7a0670da37007a5256978e14e04
BLAKE2b-256 3751f6a76e44c87da88bf3468132583c643d8feab1cc9231407b56ba66e5c163

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e1cc46a269199d1168f395c67f633a960afa9dd403ba4fb1e52600bc62319a29
MD5 d9f0281ea8bf1cef63f34de9b5408c81
BLAKE2b-256 2b7241e4875cdaf636eb8c6248794ca81a4afadf83e9ee598db7cd71e9d49ecd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7fedc906bca3acc51cdb51d60f2babc3434e8e7275073a0427cea6a1bec685eb
MD5 a6645bb5a9f5430e3fee06371f641220
BLAKE2b-256 9ea25d89581fee204abeeffee338cb9f7362d6703cbb2a9d31888a8d7564695b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 48d2a255863d4eaa61d035872e50d70451f8827f2a5c92a7f6daca725b6aad75
MD5 2b27adf9453868df96978e549f9bc673
BLAKE2b-256 f2570da8628cbbe8de8919a165f8b2698995a2c817df47e72873e45e29f77fa1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d5f61338941a1b600b39f68ef02f7f20573f5c0af1d07d7845a39fb1fca62274
MD5 54940ea5a8c3803c888788c7fccdf13c
BLAKE2b-256 97321fdab042b0d5b2f1580ab7dbdb88b431099a601e0a24f27aac7b47965a54

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e85bb2539193f1e95d1598d06533b051b02034a7779b71e0ba78663f8e37ce9d
MD5 df2e6d11ada46d05562b6f27e5fa0aa5
BLAKE2b-256 8aba2cc17a9297a7b50a5f2c7367f52c835645bffd2610f461b4637d1feca626

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a1bfc98b6da99249d3d1e2ccb8ac4731afe66cdbd781c3bdb867b2ca27738326
MD5 4704d58b2a2b864512b36a32c90010b2
BLAKE2b-256 42cf8e4d7dd5747bb210b199177a809cef756615183123461f8fe43adf77a1d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 db476e459eb1ff4ebbdd2c8e684188d174ba97af411d51d02cc82d7fbfcb0468
MD5 f785002c869d345fd7df13b6e10a7b31
BLAKE2b-256 9b34482f62d4a4a238d2b4cc016588fecd97af068a9185d67b3bc2a4b6679227

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 be2465066a82e5ba37acb87cd1b8d341f91c44e2121e09a7f8c41c86f0e7ba6f
MD5 ca4647f2e450f07a2231284f547d0278
BLAKE2b-256 91fcb7354aff788e640e6a4ee7e3308f5cf642cc0f7e43e61c8feae2c7aaffc4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1a06cffa28e95d960cec371c38c6c327055265cfd88937fe6ed04fd2ff9dea26
MD5 09f5b57aa2aa05404b5df0efcb73dcbd
BLAKE2b-256 d674c2851f7e02b750b5d8ba6ec82d5a6087605bd301996f8e1707efdef8d8d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 8367668f7a9591d39f0c809323675965998821879f3730aa4b6d66203a1d8662
MD5 7cf5b202f4b728403649d947665f4a40
BLAKE2b-256 e6d8b6e0074550d170f9b922ae5dbc9fe52a3319aaf876ac96d631667ac9d849

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 69aed30785a866c040cf7b4fd74056fa76c88712edac206b806b7e048f400433
MD5 6f39a6cf86d819b7ab27e87170e75d29
BLAKE2b-256 e5b9ef2395202ab116eab8886c20bff770626bb52f65f87ed2b54fe5f5271958

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 af3acf138128e507c27f9e1d1e5e837f211cf7785274e5aeb9034556ab6464ba
MD5 78c071c382fab98dc03a45db3a83608a
BLAKE2b-256 c7dabc82dc6f0165ab58c577126e45097c13bc1c5dd5945acaf11f559fe4e904

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 10cf7189cbf91aa30f4d8c261d524d743ca38405a17f554e2ad209d49226c90d
MD5 6a929715d23006a9f5f70bfedf1cb79c
BLAKE2b-256 0ead6885ac7a104756ab3e2e86276ce95a99f2108450061217556cc5e926f565

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 faa2602ce3a1e429770b8f9bdeb79f4cad06ab9665ca02e89911f829ea3e3e2f
MD5 4aaa30265b19a81c256bc3b97a30a9a3
BLAKE2b-256 94db8510ee74320235e821be338bb530b912348056b5bde996460709f362be9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 184a12ad841b142a383c8bb9590b2615fada5d41657755361afdb6366a7bf1f0
MD5 6b4e44e10c0b188ad40c88e6c514ff68
BLAKE2b-256 849219b037eb2d3c5bd2dd9fd1fa8b755d5cfd3b6ac05840b224ae69d9fe69d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2ce9a919c0673475bda50b70b78cbd37c06eb6f9147864a98776b7ff33cedefa
MD5 173e52f76abea4d46a51f135edc6ae7c
BLAKE2b-256 ab9660e1afdb4db757dcdb699fa870f57c528cfa0b9469b2f82adcbc5e74ed37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e5197529d2dee867e6808a0129f5458343296e753f68c0f827c98803019f80c1
MD5 2ac4af1d81938a3d313b67917072bae0
BLAKE2b-256 89de897fcb09d4b17653dd7aa809eddd6d07b986c44ce706ad96924513d4ce44

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 28388efd63bc1f1e8a1b3019e8d74cafceb22155a3e4a022ae616f6edbcb743c
MD5 4249b1f68a7b9c8ddf914e74abdce035
BLAKE2b-256 3e3ab8fc0bd94ca513beda1dcc6f99cd0da04de6cf425af59c2a603682d353ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b85a64bd5386199f600caef2ca456e49a98a2331c611f9ed07fd8c225a1c8e06
MD5 8c2ae720a1bd298c1515cd6fe6005bfd
BLAKE2b-256 36fc995d2b2c09bed80254ce46f8ad7c811e553ea85596eb9805f7bb1cadddfb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 db684a12a7395a2e32f56b17723ede59741ad2c6abbff915251583a2d483c33f
MD5 2b224f69b01ddf57053f9dafa9769da5
BLAKE2b-256 d43b15884d1f901b160c4c4c8fc4af67b30c1bf1001db741bdc4c3e8453551a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 02d25bbb9c410576ab1cf4c616442a8677ba195063d372ba80fbfc1b9eba61fd
MD5 4b9fd1e8c3b20917abe1d88be1027b93
BLAKE2b-256 b310fe113759e1e9e201e4176a4fc1d0e62dd338ee90730242a451f39dd586a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4539661003137eff584d94f78d53458998deb56da4045bee25d53c3e2696115d
MD5 256199515225021ff18125e2131391e0
BLAKE2b-256 e0cc53e984926ca1056e49909f361140fd24e7028b89e5d580a47feac578872d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d08b8fae5f5d76728be93ddca02a6acaf146e76a7eb11c9b9100d1aae43aacae
MD5 74a144aa699ac4e60326cfd0471da02e
BLAKE2b-256 f4b7beda920ceeea0e135e6a890ff2b8503a2f5861cbfb3921652f4fc41219cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ce9ca3208eeea6183d88bc12a18b7b67ead6a165ad47e822f2f39f990573abf5
MD5 0b933b63f92d605d09c0f337ed55abae
BLAKE2b-256 9e4558f8306fb5cc764c2a257c8413b5191aeb0446ba754f7e94bfea43ca6703

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9726a0465ac0e4ff8d106b9192f6c9b98bef78fd1d16bf2f2e44112808c02f1d
MD5 03ce12f99cbbfaa7b083dcab26be7c5b
BLAKE2b-256 9767c1f28fd6ca0018b23a7b56a4e966e90378f5a52920eeb6b9393f661ef932

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2ff8f6b35a43b274550b1caa04c221a19fef54711a213a55247ee8819059361b
MD5 677646c4254883060597e85465d6ce51
BLAKE2b-256 740178343a010650d90328db1ca90fb52650fabb2f721af2ba137914805c4052

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 526d9346a84ef09762108b8dcb61a48a8ac6bba7e515b78f8253a683766a103c
MD5 0793d2ed7721cb31dcb4d20b5ddceef1
BLAKE2b-256 4bf15af9d87109bbf9ee57b5ef5471bb051ac2a88547e16afa92a4838af0ea62

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6ce6412fac73b076e0d2dd939934c7a9584985bfbea8742392ac0fb99c5ea369
MD5 f261858ff38199209f57f71caa378789
BLAKE2b-256 ab9fda9cb38ceac6b10d05239bb0aa2895991afc280709c83b7166a63b20d5e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3ff2ca1cd431a181c08130531a68db58dd8ccceaa4f4d0289a81fd37fa91faa4
MD5 3ca604e79d4c665b9b1c6ab70274d6bb
BLAKE2b-256 175428ebedbd3efa6b56b702893235e9adb8a647b0f3810ce1af787795e27285

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c5b46cfd8965389bf4131792e96f181addf3d77fe94980b7dbcd40e86b867329
MD5 7bd0ee52dc08f4030d1b31b797057869
BLAKE2b-256 906be109862cf0c2646cea758680e5034e25367f630c93e7dae3a4f4f1a85d10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9f89717bdfc00568deb47488dfa38aaaace4f22400b89e1f31717bd69f3fc6ff
MD5 ec58eb3d63a6cee4486393fa98f26acc
BLAKE2b-256 092bf31c7a18c167b0628f97e570601f0b5a1d2e9e174236846305df5ecea4e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 510ff4678c8705e4e0768ad2d1e7cc68b181e4d9248cd42d11660f46d9af0dc2
MD5 8cdc983256829f114fd1b393dc6c25e2
BLAKE2b-256 0594cc977591b6e3af8b067cf6b94c32ed89fd56c365917964283f06f3cfe72d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6a8e59a7d19fe68d0a93b140cf4649db352b42b37069fb0d6a27cedc253f8d38
MD5 d285ce4a562d9daaaf9a9a46133831ee
BLAKE2b-256 95581037a72cee905ccdac6ea727586ee8a46f66eda40379e98ca54b32363947

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c17c0bc31de6118b950fec27c964849f8dbc8f26d706eb028840c4e50e4c4244
MD5 beae2bef73ac8671683f35dc3fe97180
BLAKE2b-256 4164326064e030eab20c1fe50af35f784afaf7487e277cd8dbf87dc508748a64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b8b663ac626bc7476b12dad8446ccd8812bbddb8e9077466853821eb32c11175
MD5 4ecd4de1e45d39e34a0a72672d642d28
BLAKE2b-256 d24039cf5ec198752759a50b912b0e4fae7f20a8f9996a1f985ccd450a3e0cf1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: anot-0.0.7-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 1.5 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.7-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ad363f9178eae7e4eab727467a05ee37de9bda0a559665fd7ee6c135541a743e
MD5 52d5024330ab13cb6546075df960da1c
BLAKE2b-256 08107d8d52cf7567898f0db769a9169ada91b2c93491100b47eee1172253c6bd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: anot-0.0.7-cp312-cp312-win32.whl
  • Upload date:
  • Size: 1.4 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.7-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 745bc123f8a006c4eff63d1a0274b5f86c501a5a12ead657196e0b656c229d36
MD5 a26663c7baceb2eb35384a854e5fb90c
BLAKE2b-256 0a10c77ef69dd0f88b91b5e139a09efa18095343b62f91632d49e093fd6fb80a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 22382eb786c37c7db12387dac20a15263f2b16de373150ea2cb1d6f12fa0f066
MD5 ac7662fb9291a456e2aea25e1d3ccfe5
BLAKE2b-256 ca4ddfc301cd66a2ec1c3be07a8e8d87550870a95b34735a0a58747933e8e827

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c1872c93e8e59cf5dced2fa367903dd6c4d9df39fe78058b25e363ac91b12705
MD5 18f1349243512224098931b285f1d293
BLAKE2b-256 952ca8b867777045237d8c8cc98a08393c7142b19d1441ecf72b672fb6119086

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 fd3ffa23728f3820ec14e6ae6002e3df1fd542a704360b310d63b191963e651f
MD5 a2a3abe73f7cc75c340c9e03c1b8821b
BLAKE2b-256 be9917be147351dda372d2dedb38f16eedfbb41696bd96e6eda0b1fa71359a75

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 37efdf9c9ed851958611aeb9e1144ed34e4bc1626c8aa86bcfcc3b58a78329f4
MD5 cb23a525f53b6485c9dcfc6f9ea440f8
BLAKE2b-256 6484cd15ff9bbe82861d89e92269753517a811c3c6378968b3fd0e8820b179d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1fe977517c353b4d671f583e96309b1ec3c2202b59ffee67eb40dbfefad80fa5
MD5 d86740af45c3d5d9dfcf99d05c20ae9a
BLAKE2b-256 7d44be8c3f0c145b177b1ea657a1867e0f8675a3ba1a6ba4b116f63ce66fa531

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 141661f3ae74fcf4ddc9c75bcc4634236fc50375c5701142a6e4abdfaf14d430
MD5 6cad6b013e81d6e377c763430d3c2004
BLAKE2b-256 2d55e251a32d2a061e037be579af6eddbb88eca1733937cc89fc0cec8ab89c6e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4e7ea8637300e11ee56ebb1ba25f7cc3b826f513441ed80db2f931e0035b9ef6
MD5 0c36830037135e7fc8b231453a9492cc
BLAKE2b-256 bc3b9f61748225c266226fff8a773f70c699def288f017a0b67368f3aef44d10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2788e5f698022ab5cecb3b44dde47dd49b1fd7136861d063927824a0e2c2dc23
MD5 c4b7c42ee32b25e72d1479f4831c6197
BLAKE2b-256 886f53f261b68f31a73734d1d174a1244b29c9093ff76e1ffa6fd6d69027ac13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7e0f1687d4e764ee7f1e3d706d3526c01b90ef2f7f445b5f24771fac28fbe30c
MD5 4eeea1ea38b6358e809856370ed856ae
BLAKE2b-256 244cd3049b9ccaf53f5256203b25926e87e238a2b9d55d4259e4fba0605f0bee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f9bfa603f45cdef81e9f1e38cef180873428ec72e541a6a1badd39cfe97800b4
MD5 ffd97e3ee70ba2ea332d9698f9c2d326
BLAKE2b-256 6cc0d8ae783d1919629a68a7e4ea65dc0be8064c13c852a8f6b940cddd8f85f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1042a8446b3a333f75f674027b672a61b28438dc5abe2f88ca88e20e2590fcc7
MD5 d95d3001c975a49b6dbb9d4220325ef4
BLAKE2b-256 bcd4550a2bdc4ce8b8e074ddb2c497149cc9b6aa393579e770072bf9b8a8e137

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1fce2a29f30b35c595451bc2787657c1e5aa2b15f0c69d04988cc3a54ec73f0a
MD5 f3335f54da7858b2798232525d0f33c3
BLAKE2b-256 eaeda0e34f94fa7e6f6fd1c431c4d05389867b731ee9d8c8259afcc58b1defcf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: anot-0.0.7-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 1.5 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.7-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8113dacd69385ac192578c6cbc9e202c8b4c44739ebd13da8e22c0a3abdb6632
MD5 3b9a7b93b7f46e4295beb99266689647
BLAKE2b-256 975c2ddf818f466c561c2527f857de2bd6984208f4e328dd27fdcd42b83ed05a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: anot-0.0.7-cp311-cp311-win32.whl
  • Upload date:
  • Size: 1.4 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.7-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 19870bb56f5086f75db4f217d3f4836032d436646eae66ec01ebde5e4aeee751
MD5 f0ea2a236d8c27fe92dbb689e28af150
BLAKE2b-256 cc843cbff5c915a75f716312b1cf87aca953e90c7a5ee941d4a917d853eb587a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9aafb611cf9ab5b83ffa7bd5a2f5d859c919273fd7d58aca9f183208b595627b
MD5 1a7a8646db8379041322f1818f108b0b
BLAKE2b-256 5c73544bbf426fd12ebf3d543ff9b53dd81297a93d2246bb1225759b83b8d09b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d25bda6e424a8231fc59778dc6e1f936c29bebc6efcfb019c9b246ba105f785a
MD5 912966ae83af82d8b540d1f8944ac716
BLAKE2b-256 566d4d3c34961d9c869046f54d84685c1969093f0ddf24b9de6517efe0569920

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 62f78d0501f46f58e69da235d2881a51a1a6f5f1db3cd03e189a4b8de7f8ff47
MD5 1d8a0d43db4221f44b02e22d9de1644c
BLAKE2b-256 6d041d34bc7c9cd6bd4a2be128faeb8c0d2136d490b6d3624b24348efaa94508

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1e84a085ed38d6ed267369129e433852d858fd8e339f9bf26897f57ce55ead7b
MD5 c0065631469332cbe8bb1963a3b83404
BLAKE2b-256 2f2c32ee577fe62a6e4046d08c43fe57ebec4d742720ac0dcc0e1e21aa468636

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7cbb540fd7b7e416eab3e8e14f57fcda5ae0b54137beb2604e4cf171caf540a5
MD5 6c6d6d8d3cdc6a27693bd11725ca2567
BLAKE2b-256 7ed60ec247162c138e98c2bc4f231801178c708f1874afe591f28e967764e745

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a2504ef765f913743910716eab45cceed45a06b3ebc33fbad9e61783222ecd5b
MD5 ff34f85f608f29c8f1843c12df35accd
BLAKE2b-256 423659ccbd31e1885e45553d5b7d0649564f17f6e615eebf39a89c6ec3de0d3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 dc2921fb852a4b75cc06d0e2dff7500d5eaeab028cad1dfce6e4142a19a70c3d
MD5 22bdc74a9b4e5d398cf7238304197f00
BLAKE2b-256 08bc8cbf882cd3aca05075203fafada91dc22daf1a6e47f7554b33e1d94aef8b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e598111a505ce0f96779fd26270ffd03b7e7f22dc39b04fac80bf2a1d65c16fc
MD5 2781ab0d924ddc3985f474e892cb41f5
BLAKE2b-256 d3df04bb489fec6510e03bb54e6d2f19e9f4e3215fe28cdacac046ff1e06e1c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 85bd68df912d6c98112e2a8d3846871d7085e04675a95e58a5d30d057088bd51
MD5 e273aaefcc93b955f22590f0e64710ed
BLAKE2b-256 58779f299ac700ff53a041a03a5cda2795268600e9b17215a1d732aee2e2ba54

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2f4d3c19cda6ecd9c4ed862df6cee1eb7de33789a6b1fabb53db029c74a66038
MD5 ad7cdebe9519880064d141d222a9de07
BLAKE2b-256 15b9752eb4b979ba64bb9cf8c95de06afc009c6b6916cf3c55829243cb2f1ef6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2861ba23491e0932fe179e0511d888083b9acf18a6e618a5fee6cb972b7535c8
MD5 d6801e961bffa475576bacf616b06143
BLAKE2b-256 b6bf9bb50154a83d40967eb61d238ac10179a35122f28a3e5c2c9bf3085648c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 bc31cb9a6b639d3f4a37b9cb0a0dd6d364c9808a1be2c11386fc0702ca33a5b2
MD5 415156d0b5b7b93b3590073729e74d9c
BLAKE2b-256 c79342e5026a7de4033e45a81486cbe59794e74d03b9c8ad088e29c81e3af880

See more details on using hashes here.

File details

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

File metadata

  • Download URL: anot-0.0.7-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 1.5 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.7-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 99ce2cbee95590ea89da742c2a571877a878bc973512b107c00644a8bfa0f12b
MD5 d028c84c2259d4702e16965a92932924
BLAKE2b-256 9aaedacb88cb10b9a07cc03c27971be2324878d0a0b83cb694631d10df1e7a9b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: anot-0.0.7-cp310-cp310-win32.whl
  • Upload date:
  • Size: 1.4 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.7-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 c79e0ba27b8b619029854e296ff2615256dfd64d408a77ca02a13bdf1a2da824
MD5 53baf78a041e2c966f5386c2417e7d0d
BLAKE2b-256 d3217ffd841fd0f8dae24619584250d33bd3a547b657ff03171e8f832b0fb9bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3253c771f6025a54f21c2ef0a24490b35c87253ee812712fa56561d0c1ccd8f7
MD5 836b1fc67ed5012d6ee7cc332f171aba
BLAKE2b-256 2154342b18c32572cb34a27f1e7ff78d76f98f969dec200b735ff85a98b88a1a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4e328563a69c211ed148bb03bcb57ba0fbacbf55c033bb7a2698eceddc0e956c
MD5 25d36095ae8afe5889cc51e8088f5599
BLAKE2b-256 999b8c3b32e6164f94312f1a88126ea9dfd834750d5517697287e563cd36965d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 fc31c957e71b9124c791d013d091e7b808a11f7b3f8d32cdbf9d0e6c22121949
MD5 914969e8570b4d8c3111261818ba92c2
BLAKE2b-256 f0eadb3c338dd8aebafb60e1c4190f4e4af4a53362670f1b7129fd94c214e65f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d50d9361b055e96f7c782c63209a88e3f67cac950b314d6fe3ea40104727ab4a
MD5 5cba2616ae1511eb2cd54ed145671e53
BLAKE2b-256 8e061ee6274d26d72853966273da7e3a4d19887eb30f39c92ad77569578468a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 726b8f20c519adefafa60d759e3ed61e4f5a5b48216b1841c81b494b09515414
MD5 7c76083360b5bcf2b6726ac3e06e86b0
BLAKE2b-256 8724bc1d24dcf73e2b8e4897ee91acee3e4889aad2988e3be7e411b529493cc1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 609e94b69347e5c69dd0b2a75fd78aa25b9865e7389eb2fad647f803c382087c
MD5 23b51125f2e261b491688aa555adbd26
BLAKE2b-256 04b06bfbde24ac435c3daabce39d122a1a0b61437afd0073ffd5b8f69efecca7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8cc4ad2a8b13ec6eda978d95acc9bae60ce525195d49cc875760f1434d116e48
MD5 d43eaaa7fc464b61474d58156babe06c
BLAKE2b-256 045a507bebdfc57af9e46674bcba950ef76dfe426930d10d600ba8fc8c115e96

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 afa2d5a9f6651a75709c466d42c2843d74f3943eab72953f42679abe46cdde1a
MD5 c0da44cf04dce7a33dd53e454e2b7248
BLAKE2b-256 351537a3725dc5edd1da0608da3c5c1fb16893c1825fa540f36d0e0268f45a2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 46a93cabe26c4adbb50a5b25d542ddc97e36e4d167b2e960b512619dee1ed77b
MD5 f2f086fb4be7527d5d17850e606ecedc
BLAKE2b-256 6ddfaad6f959531650447bb58930b346e0427382f6d1b875b8076e2df613f528

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1def8c9de7e179ae45bc1a4b6e7a6c5b7883d011e5984abb6f8fba302fc754ee
MD5 bfbeb261dfc8762a7b8be20c00d08606
BLAKE2b-256 8183d34a55364db4c2236dc4be9d7c9c0ff8971afae7765d00c6abaf0f8c7d24

See more details on using hashes here.

File details

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

File metadata

  • Download URL: anot-0.0.7-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 1.5 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.7-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 9c04114f9c03ebe45b5e2f9ea308a58a4f7e7407567f43190bbe668356b9067f
MD5 f2cf696af9fe8d0795000f407a6140b1
BLAKE2b-256 dcb3ed0006aba7ca712b0fadeff56fe6855c5f7dc129ed30825f4e0384734610

See more details on using hashes here.

File details

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

File metadata

  • Download URL: anot-0.0.7-cp39-cp39-win32.whl
  • Upload date:
  • Size: 1.4 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.7-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 f82f327101c48e1f7b968fb50dc0f53c4600982c2561acb12a8f0d9e19512929
MD5 32190957debf3ccbe197b8748af5fc1d
BLAKE2b-256 f00647b074219ce4962ec190b18b248994123db97f38859c254b4d7685a195fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 51236ccca1f7a577b66496102f289026f853a2757ee64cf7238fb42ba9a25a39
MD5 f9ace659a2bef1ef256af4f171e584f1
BLAKE2b-256 98dacbeabde261dad64cfa741923663cbca73d1910781605455b99d8467c9524

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 91df1e9242a495569abc35cd008fef40aa9b51e2f4cac3e894d0b204be9529e0
MD5 4dda814267d5981585ab92121a92c650
BLAKE2b-256 038757ab584f6b60f31582717cb581049fa1dd411ec73d17dec7c22c86d11f85

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ad81423ec97b3e3cb032607ca46f542dbd7a0de7d8fe1f720a3eedabf11f9b37
MD5 3f3dd862184f6dd44d82ba5300ae96e7
BLAKE2b-256 a2fcf5b1ba50703049dd8ab4c57ebb414d7b12a7663469d818ac6b1822f47654

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 62eac84e584166ea824f7785ddf24e695bf1099867ab128e0ee9e2fd37d97244
MD5 59f554d121e2336193b633f77f0682f3
BLAKE2b-256 3385c5954448ae0d563c16cd25e0a36cf24225483ccfbddeb34bf28f3fde6001

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9e961b8fb1cc2425178b4eb22863af5bb1c1f91d9bb0254ceb78e8bac3f7bcc6
MD5 78546b0d173bf35eb4a5b860793859e1
BLAKE2b-256 a5983baea4c1d849995f1c8c20256fd61471d6946093710a74dd29ca91720be1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ff885415738c27d47e814187b3d2ce31d3355a9776a538c29452e8866d9fbac2
MD5 4e70ed8449a7af7cd213762c6fa4d26e
BLAKE2b-256 5d1b41375c8f632fe7d0d063857655a90d845ee24820e49ddd806b3a94fb8575

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 afe9de1edc737ffd5fb7de69b145cfcff4d1ebad7e9c1e23312608e6a8eeb7b7
MD5 5c7f10499ffa96614096478e89ab3070
BLAKE2b-256 d74de470089d6c6342e3bb00a0560048c880ed7120fb8e5523731f756129e5f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e543f1daa855197f24bbe9d9262f3fb965e5e76b70ca3e85987e90cbd15274b0
MD5 4b8a71ff9bda1e6c80a1a1470050f932
BLAKE2b-256 330dcba3ee9904b81c68fc02cb3af5afc0499742bf8b4a711c515e875d2f69e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3e1190bc26ed7cbd08fbd5dfe6e9ce0324c9b5ed20b18bb3ce24961d69106232
MD5 e2904a2ee7688e1d1f9efdb1279b70f9
BLAKE2b-256 141e42f3af5e2b4328826ceea941ded01c97bd46e793377b07961a4403222d8f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d1315f9360a3992013d707217ba1ed76f00e853707497b50f34dc77b6587b1c4
MD5 59bf580fb2ab26afb10934695204c538
BLAKE2b-256 816670c9720defc79b692deefc2cc566700f5e479674270dd76a32cda7bc6b66

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