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.3.tar.gz (14.1 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.3-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (775.2 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

anot-0.0.3-pp310-pypy310_pp73-musllinux_1_2_i686.whl (802.7 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

anot-0.0.3-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (851.6 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

anot-0.0.3-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (769.2 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

anot-0.0.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (616.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

anot-0.0.3-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (693.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

anot-0.0.3-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (710.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

anot-0.0.3-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (658.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

anot-0.0.3-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (601.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

anot-0.0.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (603.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

anot-0.0.3-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (774.9 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

anot-0.0.3-pp39-pypy39_pp73-musllinux_1_2_i686.whl (803.5 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

anot-0.0.3-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (851.0 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

anot-0.0.3-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (769.3 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

anot-0.0.3-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (693.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

anot-0.0.3-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (710.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

anot-0.0.3-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (602.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

anot-0.0.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (603.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

anot-0.0.3-cp313-cp313t-musllinux_1_2_x86_64.whl (773.1 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

anot-0.0.3-cp313-cp313t-musllinux_1_2_i686.whl (800.4 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

anot-0.0.3-cp313-cp313t-musllinux_1_2_armv7l.whl (849.4 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

anot-0.0.3-cp313-cp313t-musllinux_1_2_aarch64.whl (766.8 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

anot-0.0.3-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (690.7 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

anot-0.0.3-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (708.9 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

anot-0.0.3-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (600.1 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

anot-0.0.3-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (601.1 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

anot-0.0.3-cp313-cp313-musllinux_1_2_x86_64.whl (774.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

anot-0.0.3-cp313-cp313-musllinux_1_2_i686.whl (800.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

anot-0.0.3-cp313-cp313-musllinux_1_2_armv7l.whl (850.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

anot-0.0.3-cp313-cp313-musllinux_1_2_aarch64.whl (767.2 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

anot-0.0.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (614.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

anot-0.0.3-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (691.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

anot-0.0.3-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (709.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

anot-0.0.3-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (655.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

anot-0.0.3-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (600.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

anot-0.0.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (602.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

anot-0.0.3-cp313-cp313-macosx_11_0_arm64.whl (547.2 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

anot-0.0.3-cp313-cp313-macosx_10_12_x86_64.whl (554.4 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

anot-0.0.3-cp312-cp312-win_amd64.whl (440.1 kB view details)

Uploaded CPython 3.12Windows x86-64

anot-0.0.3-cp312-cp312-win32.whl (410.4 kB view details)

Uploaded CPython 3.12Windows x86

anot-0.0.3-cp312-cp312-musllinux_1_2_x86_64.whl (773.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

anot-0.0.3-cp312-cp312-musllinux_1_2_i686.whl (800.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

anot-0.0.3-cp312-cp312-musllinux_1_2_armv7l.whl (850.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

anot-0.0.3-cp312-cp312-musllinux_1_2_aarch64.whl (767.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

anot-0.0.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (614.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

anot-0.0.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (691.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

anot-0.0.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (709.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

anot-0.0.3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (656.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

anot-0.0.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (600.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

anot-0.0.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (601.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

anot-0.0.3-cp312-cp312-macosx_11_0_arm64.whl (547.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

anot-0.0.3-cp312-cp312-macosx_10_12_x86_64.whl (554.2 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

anot-0.0.3-cp311-cp311-win_amd64.whl (440.3 kB view details)

Uploaded CPython 3.11Windows x86-64

anot-0.0.3-cp311-cp311-win32.whl (410.9 kB view details)

Uploaded CPython 3.11Windows x86

anot-0.0.3-cp311-cp311-musllinux_1_2_x86_64.whl (775.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

anot-0.0.3-cp311-cp311-musllinux_1_2_i686.whl (802.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

anot-0.0.3-cp311-cp311-musllinux_1_2_armv7l.whl (851.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

anot-0.0.3-cp311-cp311-musllinux_1_2_aarch64.whl (768.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

anot-0.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (616.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

anot-0.0.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (693.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

anot-0.0.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (710.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

anot-0.0.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (657.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

anot-0.0.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (601.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

anot-0.0.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (603.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

anot-0.0.3-cp311-cp311-macosx_11_0_arm64.whl (548.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

anot-0.0.3-cp311-cp311-macosx_10_12_x86_64.whl (555.9 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

anot-0.0.3-cp310-cp310-win_amd64.whl (440.4 kB view details)

Uploaded CPython 3.10Windows x86-64

anot-0.0.3-cp310-cp310-win32.whl (411.0 kB view details)

Uploaded CPython 3.10Windows x86

anot-0.0.3-cp310-cp310-musllinux_1_2_x86_64.whl (775.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

anot-0.0.3-cp310-cp310-musllinux_1_2_i686.whl (802.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

anot-0.0.3-cp310-cp310-musllinux_1_2_armv7l.whl (851.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

anot-0.0.3-cp310-cp310-musllinux_1_2_aarch64.whl (768.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

anot-0.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (616.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

anot-0.0.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (693.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

anot-0.0.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (710.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

anot-0.0.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (657.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

anot-0.0.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (601.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

anot-0.0.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (602.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

anot-0.0.3-cp39-cp39-win_amd64.whl (440.4 kB view details)

Uploaded CPython 3.9Windows x86-64

anot-0.0.3-cp39-cp39-win32.whl (410.9 kB view details)

Uploaded CPython 3.9Windows x86

anot-0.0.3-cp39-cp39-musllinux_1_2_x86_64.whl (775.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

anot-0.0.3-cp39-cp39-musllinux_1_2_i686.whl (802.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

anot-0.0.3-cp39-cp39-musllinux_1_2_armv7l.whl (851.7 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

anot-0.0.3-cp39-cp39-musllinux_1_2_aarch64.whl (769.0 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

anot-0.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (616.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

anot-0.0.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (692.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

anot-0.0.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (710.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

anot-0.0.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (658.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

anot-0.0.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (601.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

anot-0.0.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (602.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

File details

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

File metadata

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

File hashes

Hashes for anot-0.0.3.tar.gz
Algorithm Hash digest
SHA256 51b7fa1e15ea0943323371af527af8bdaa5e34e23c183236d483e5a38eac9c1a
MD5 008dfcdcde1afcb1f1d46515357e334d
BLAKE2b-256 8c5dea040ec30f1a5b55dad20bafc172bc97d83b4199183305ea2a25fe03735b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f9a74ec1f6342758e08e4c7bf1260be4edd3d93d84bd3e3663e4954afb57868c
MD5 58a64b082b55d84e821cdd2baeb6a09f
BLAKE2b-256 87557500a932eb65a36110f3012a00e85e4e81965edbfc1d1c5899409387eced

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 77ed9469a52907d09c2f0603635b6ad73fa7fcc1f9cd92619482cd3950603bf9
MD5 2f4c463fc9c057b1bb95cc317efa4098
BLAKE2b-256 49626d2b2584228076aeb8e50adff3f64c4cc136212ad019f9a5b44c88360965

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a9db378e45c906a5d672ef4a5f7c995e18d28316b864c17668a29f18fc346801
MD5 5f043d920e4627bffa85bae76a319fad
BLAKE2b-256 9a3d86d744da733bf36ed055758e14667dc35b348f0084b7fe4321d293e90b50

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 14275ba104bae83f65a1fe963a2f05fc62282d62a1074d8adef42ced7647d6e3
MD5 48a21c7ed4142ca3a64fa2be7ad0c38a
BLAKE2b-256 9042845cabbc43f88e196b21ed4c776bec843ca75d9b25650d172a8c6df280e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e7f3e8c096aca699ca64a87138c7687e96b4b4db7095222c083492d1f38fdd71
MD5 46ddaa057095db5618835d2d466129cf
BLAKE2b-256 bd10edc5861f8207b77d13d920d7da15a971283246e8d3bd317dd6c80af72141

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d73b974bd57f7c8d27191ba21d58611c48f5112cd2eb317457a5f12580036e28
MD5 4de1374fadea71ee59cf17f0625f2a11
BLAKE2b-256 fd7993b3a204577e21f69b6afb3dbb3122c81defc50397933334d9ad6e759e76

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4da95df29f710107b8f220c1c535100ad684d11d54d2e30b4f29f01afc31e4d5
MD5 a074d4f85bf2a1d57d7f376b086afa3c
BLAKE2b-256 a154ec3a004df50bbb915ca22e5add0149e5a2ffce98b36718689f9dbe04e550

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4a00a5599dbd9d6190c167cae780c6e769399e6cad7639a30f487c256adab1a4
MD5 74bf1395350107c9f3ef04aa214d1caf
BLAKE2b-256 ba4e6c43509f62d045f812741e2d708868ba6486e2e7c974027a13a5ed40f956

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 bfda195971fce150b855b8a13972fca3f0699ee3c0c7aaac0fda28a5200520ad
MD5 691f9365d72d666f13c88c837aa20960
BLAKE2b-256 e4f938a40fda2aa602f90512ae4ae46c3ebd5608cdceac0b4a015c1b2ce7f5e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 947d59c62ed1e9400296e687596073e1b895311bc261af9823485c7a147068b1
MD5 355d46437adc44b9b6c4fa6506844027
BLAKE2b-256 68af329d70bd03d28db070371d479b47db4b0dbc37dbe505b9453feee4c7d224

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1aff11527e030a4bb638f089583ac6f44aba80b4e9d5c137cd57afb8cb8199a2
MD5 de91a40830fd0d23af8bb20c079be08d
BLAKE2b-256 9a7bd3d5904dba0f3c2b5fc930e598c908c3d67431d63479fb79309db2c224f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 033263c3882cb5a3c4d5f0fd9d6ca47107033b7a6e1871629b28f922c348f7e9
MD5 35c08b5562545f9b77ee0885fb2fbebc
BLAKE2b-256 7c7e1ee3467aabcc64ffb4fa52d777c9d7a8b0f85d3b353587807ef556210fe6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 5ee03d8d8be2353a8c4c430ae32f07cf946a929d1c4a46db0a29e1b4b4a720d4
MD5 72ff2765d2e158cc334b59effd6568f1
BLAKE2b-256 e7a5ed24ac5f3ddb211a8d849ca091b16eaf29dbd35f9de0d83a2764eb14ce71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6f4ed19a17c40100fb660e4cf69a013a5b4c83d6a0fc82d12fbba062f2f98555
MD5 ae134e2d4f70200ef7d75739b4ae6aef
BLAKE2b-256 c0a269dc85b5dc683d23ff690c04f26eb68792d1ea79b052be643da759bf5656

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a25780e90f525c8b71062cd938308bd7456f9638175d9f2ddc93f2d1afd566d9
MD5 a918af9e8e2455122b000f967044f2a0
BLAKE2b-256 8201b83a4eaaa2dd43f7e3b65a5fc0d478de9516dbf47b044cfe4e1a87e6e6a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 aadd4f50a0eb444583c2d509a5010892167fb6928ebcf3bb2edb9bcc22920279
MD5 14fa9927e4b43b43ca3b9c3af60b85a0
BLAKE2b-256 1f293522f076cd2e1b2ddd4cec482034704f871715e4a3504a4f653339c6b4ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f09b389d5d0b46a4499da035e53988396f9c54225877521d83e99c94efddeeff
MD5 c07b47505372035c575c2cde5f68ff5b
BLAKE2b-256 d705803e08a3fc71d2e3ee562f86a4843a7b37d60b7629fee1ca55973ae89796

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 db9e773315d9da8fe0de94bf120af990b139044ca0a2e75b43a5e66ec1df4093
MD5 a9c41f1f5645e86f64fb07b86e2ae799
BLAKE2b-256 3b98100883defe0c24e91fcd452d797e3620583cf5017530161bc802f0b1fea1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 679d896538da1eb4cd72bf0f76f0fa687f5ce23856bbdaaf19a8974c3423ff6e
MD5 8e32899624c1eb85127e1b36faa4af8f
BLAKE2b-256 b866d5a7cafce69fee640244eb220da0bbdf214884568951b7d2a3261bf83611

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 803f984018a8d868770675a880d7a71196da8e7c964fc3c32fc0aec332054212
MD5 da0089f24df0bac643c6e2fcb282ddc1
BLAKE2b-256 b7d82d209f1d7502ca635cde6766f12cf75620411ff494d182f31c3bbc2495c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2a23fde81e6c7eee7b7df5414a08e1fb72466ac6af64cf45fbd23aa63524ed4f
MD5 401b7d2853677795a6b234002ab6c9ca
BLAKE2b-256 172f146588dbe4b34ca39182cf5e66a85af0249b8735b049bd343a5589f11033

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ee4f39cff313fde0a4eab08cb6bd6ef3852bb258f275f090933f52b3c1e93407
MD5 21887c50cf1aed6d729a54cd736c2d5d
BLAKE2b-256 915927b0429873b55fe04ee796a1b84bf7b8587d60340d0dc14393fefc26641e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c06c43fae2e4c8c95d5408c9479e34ea955e31716daadf6f1f858000624e9ab4
MD5 6c2ddcf4de2126e8faefefd881bcc0ba
BLAKE2b-256 74f02741c3c62c53488b3298855bad4adfed4022e8ceabe50f14a9cbf694623c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c8177d63e07ecd9a5d2f733471a0a982cb8c42050bb02ee6d52afc632f4ed4c0
MD5 d306b9ea1473a221bc19bc22f032825b
BLAKE2b-256 02e059b85282d654680bab0111ee30d44b81e455368584e661c2dedadebcf3d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ea2c169c5a66705fa754934bff2912bccd78107edecd639f31357bb65fc06932
MD5 e44b78da9c6ea6dafe9764a06c2288f1
BLAKE2b-256 f92010b631720fe01f8270bd5ad725d52b9da0059f1aba6373ff553e344228c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8f3f15786ff57b57054a15ebe034245917a787b5bef0b60777ac670a01e0f8b9
MD5 c3954177069bd4125b62894e88c64570
BLAKE2b-256 a995a7cd7d5323732e647021370e9e99e9d79045301457a50ed3a609120f2bad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d9cb794d1cdf22cfe2210493c3eb7bc7567aff034abade8f33f3ff654b46e86d
MD5 b429ba956d897e0024559c360786fdd4
BLAKE2b-256 ae1e69e912a982b19756b09957b6f394bae2d670b55837549b1e21b0ec92d470

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 362995eb0b268ab50ba57e82387887cdcde2e38ad88fcb436b49c1be16eb4843
MD5 316a424b03fb9aed457480f930bf16b3
BLAKE2b-256 ff13e048318e2ceac9c0e9da0b2d2f915c15eec0a15f424fe9d15854238e1850

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 5e350847dbf8e4290c6d119d97daf79955278adedbfc66a1fa7ab99cc8233f43
MD5 6033b1f7deeb26334743f566c7b9fda7
BLAKE2b-256 2aca6d12734b60cab628576fdc3ec9b82b6a4afbe9db853eb2c8dd5b19fe9ed8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 aa10ac6f2dbb4ff52520fd30e7ef80a6827665d8c1c2fb394a52a185a1564681
MD5 81dba5a1d37c32adebd8b4189794fc12
BLAKE2b-256 2f90a4cd8bf149e182f1b30a318efa5a35340a6adf359b71d3f502946064f71a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0bb5b8cfd05b53befe9a005ff89f9477c27daa998cadd44aa3aeed8c48d49609
MD5 f41780fe90e0bc8936eebbf61af56e55
BLAKE2b-256 40e3dc18ab8ed232d0bc8e8828495d6408aaaa3c22bf079d62e42b03661dcf0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5181037e4f7fe88a292abb65efeeb6742879f68c1b75f4dd8e736a074b093ba2
MD5 26f646d75f7cc5b540916513e9ef765e
BLAKE2b-256 5f30b37680ea1c6d1c7e42062c55132b7656b69253bfa76622c9d38ffa6b4d93

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f11ebf7eae94851bf6259255fa95ef5f3e8b7a2897ba9e491241f31a95ca6c06
MD5 cb516a04fcef4bb4851e1aee14a54b75
BLAKE2b-256 ee3cd5c102f6dfa8d286a898aa937d84e5bc2533cd00df1d094df651140552d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a04ab9b6b728e721fb4a9902b8a842f3bf8c00ce912b17373bd227f3fa94b051
MD5 48f364de772a877e15f6f4f7d47785ba
BLAKE2b-256 33e3b6fcfb179b31c99fdda5d716649e33870b5c1e27cfefefce761f0b9fa5ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a3d3a02a65bd9d095c224dd1b5c9617105d8023ede0879e15c1457991dfbc432
MD5 0380a426430aff0a8d3cb0cdf016d457
BLAKE2b-256 55cb98634bc7dcf7b174ef2631907fc617b36409efa82d6cbb21534c59348698

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f9f27f4313d354f708bdd48813d63739353e11f8212f591c60b11cae293ae2a5
MD5 4bc4be11859837c04c0f815098cef098
BLAKE2b-256 dbb7b99e2dc28b04a129eb23bd4584e5b3ad5b0b815faaa1fb03edf3f3c97927

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5c9e19723262759f4b209a553c638cea109ca9e6883dc3553681b47ed4ca7fc2
MD5 d943837b2b4c0e94718eaca504f0e6b0
BLAKE2b-256 7a9c4191e19c361fb2f3a616ab11914d42d83e283eee22102e0ca78e08f93f1a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3c067a50440ecdb5603c548b2bf794e202cc76605e21789d6ebb80957c336923
MD5 b51422fda2de600a9f9ad064a2f46976
BLAKE2b-256 65a0f80853acc86f30b552e5b31c46c71852daad74236a7ce85e7a63409dd5f2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: anot-0.0.3-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 440.1 kB
  • 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.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c76f2553162b546fd348b51f7cb0c565b2db76052b738f80e24ba8d4e04d58e3
MD5 ef47b136b06dd9f2cbe48668432e23a5
BLAKE2b-256 6427b6eefd8b498543fec6e2b560d7cfd67798f0a86e8b97d078b9f2cd6b11e1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for anot-0.0.3-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 60bd2f98d5081efc61ad8a1f672a1c9d9dd558b934b125c0512ab33d0d7853e7
MD5 d1f662bf5db80860adc432b6c92e7b40
BLAKE2b-256 0637fb1e979119779eabc2354d936258d595322308a6e2cc1e9290b172fcd47f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9beec91e193c79107102afd23d975c6d0b1caf205dc336bec9c2ec2c7a2f7bb8
MD5 6a64d645b0861a1ca755981a5ca62fe5
BLAKE2b-256 e1228c523ef63130382e0e2b49fdb9497109681fe25f576195512bf7b0ddd6ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 98ba2a240a788c18ed61d3291396dc724b44043bf75f68785486e9c1f6a27a43
MD5 059f6a787fae17b846ac71bff7bf741e
BLAKE2b-256 5b7440cb0f4ce739642618b79b64263fa417cc77ae481febfa447b11ca64633d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d2e9550542c8889029f1e636688b629c3f824be7d0589b481d93c7dea2e95b2c
MD5 db5c8d56bd8111f0eb8482652fa5a38e
BLAKE2b-256 5c11a3691691c4cfda99f7ef472259b0c5ebbc881ff5692f6cacde82e40a415f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 31d5a7942fdd1b2b3b889ab1ebac1115400ca1fefb4d23a683f3f4daa226b540
MD5 9d088f7fffe5e39412564d0eee562538
BLAKE2b-256 2906991c3684034205bead42529738657f541d9bf8c49aa1511e831b51582f58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e5da97373faf3bf4450a283b3118d2e17a623eb53910fc75f33682f4796ca9f1
MD5 b182526ae9002c7ad999af8c9e5160fd
BLAKE2b-256 55b1f85a34affc715275292c752661b049d72e12ee6b0f89865a2fbc56524fed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 14ef507f5bdff31aa8ab2ef23031ea78ebc73bef25f28574c90c6ea36c340110
MD5 ffdb14c8bedbc651b495c21c096dad37
BLAKE2b-256 944c99889c86a9d2e036020fcb9ec205c4980e6baf24be3192b35cc14babd3d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9ee6c2d44004b8c256a5419126b4ae9fa8c4b34fb47a49ebfb069396c8380985
MD5 f7f1dc26b1411c2bd4571af84da9f974
BLAKE2b-256 bdb2a4f386783949ba2dc017b3623311b0ec9ae4717198e8e1dee52e53efd60f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ad8743d4bdfb82b4508407a894e958118bfbe46b4c587c1257cff9200d9f48c3
MD5 a43a7c2fa5b36e72d6bb321056164bec
BLAKE2b-256 8e9a610667d7dd9d0befbe37555ee988d1c42c4eaaa5a9d8ec2b4713de7efd0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 92f6a787fc1cce7d5ba2421917ac6984f71eaf14c680cf6db83d889283ce65d4
MD5 a445ff27f213342d89dd9c405de2abfb
BLAKE2b-256 d1f7d850644e2e0a2e01670de7713f3f139a7e4569edb0d0c7900b81e3b32558

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9f7f3ba4965d6257ae33191653fafcd37b75e640561de85d919fdb469cd034b2
MD5 1335afd094e02e021b53f88a63073f65
BLAKE2b-256 d6fdf3ba211dd4f87e72fe34986795b3110924ab7f5c7b9881073a14e8c7d87d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 120d0b972f6de378e636e371b052ba2f7a02c221059627cd482bce69f46ddcda
MD5 48df73c86ef1e40d925f6a66bf3aa8e4
BLAKE2b-256 7144e71b3c134ec64e0d3f64addb7f3d35e6e0eb411dff70e66b37d76e6d6df2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3996399e10bdede8f1f915ae2d50f6fb117c4f8797cda879da3edf9bbbd13e63
MD5 18a030ac9f4360f82401a25cddb1635e
BLAKE2b-256 2a867ed483759487b25ba7f90e1c725fce23535a68141d833606ca2eb32f6889

See more details on using hashes here.

File details

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

File metadata

  • Download URL: anot-0.0.3-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 440.3 kB
  • 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.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 392352d1f7c9c587b7b7b6d9a81583bb442fb8f3dab8b7ef4fca0387b1e31bc4
MD5 d19aeaaf96daa92c019ca7c9c7349905
BLAKE2b-256 11487d64f19c785e1a0a1ed4e08ab69a2e686f7451a174abaa334e8770f9820e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for anot-0.0.3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 7618340709f9c1de3de2634ba55a79e512dc0fa2716c00739420e7bb8fc4a8e9
MD5 32585aab79113fc32dde6f789e444a68
BLAKE2b-256 fd2542ba1fcb6fb9f3885e3ccf4f8d3ae60b8b01b5cbcde5e7466c10025dfef9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 573b65f358d731f949155e4aa00a3fd95e54e8a60f9e6b13f314f00e0c5fd907
MD5 bc931ff38300093e45b410563a5e87f7
BLAKE2b-256 c07632d2a174c66271e2cbbfc4874996dc7614388e94bf9c491c4e278cbfe312

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 05c23bf40e682eba2ed860abe1044041e064c371ce0ac507211d605f09f3856f
MD5 485cab4f63a095d58d4cca4c967a60dd
BLAKE2b-256 b21a3f8a5d02270fdad056d9c4d6a9916232b2a9308e99e82e2941197ef225f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 95fd3c721598ae88c7c36ed1918388cf966eeed765fb487415668f08b69e0734
MD5 e080a82741a93f1158375cd740bcfcae
BLAKE2b-256 680e92e30a2b334ee511c48d899f5dc37a8e04a7cb2c83e57adcfa34b5e7b695

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c89111206f749cb5b2f9cc8d7a6f3e3614425eefd230d9a8f0e1b0d8fddbddae
MD5 cf7f1d43cd8249e906f9dd4d6728b3d0
BLAKE2b-256 19baf565e54f3a5013ea1597695b44dc7192b5d215aea36be21b15de786c016c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3f6a63e064ab6abb7a06baf21c3187b562b9fd2e3cd495f93decda79f71a13ee
MD5 4aaa9fa96183b40d868083a4c3c9ec98
BLAKE2b-256 66bb7cc6ee0420c5fc8dc003be1881f7e7656e297c842d268a06f1ad76d2585a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5f703f3002a849dabd59102ca90aceb0631ad53e9146535f71225a154d9c6727
MD5 d61725dc3940a28b7a8eaa69e5e5ac8a
BLAKE2b-256 e898dc286eb4ea66d8ce46827d81b7f62161fe99332970a586bb88ac6b409391

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 06c7b6916514814274b1e8dd40ba4d359643158b4facebc2df744789bd3693f2
MD5 b4690d9a5fb0cad87e68108de5dd690a
BLAKE2b-256 5b965e8dec768e4f69bebb512798b1a9768158d1702ad14bff29345a61b06e87

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c356fa3975d35e79d4bb006f33f0c7d134599b552de9bf70f7dfbd7f467bf5fb
MD5 e64a60b2a7d51a7e14e40cc272bbcdaa
BLAKE2b-256 9ec5612b7963ea4f2f837846fc31770b1e1c7e816f0ae489a0dfe774e7e19b93

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3a06a97beaaa15d2005578b38018d705127530adabc9b9ee0c4f32933180c9b6
MD5 0d30b5f8e8fc2c3893a107ac3498f781
BLAKE2b-256 eb39428f9542966aef84d2649ce136d7af644f3b92553a87e45d8f809ed1c39d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 efd21c8e6bddaaa0331a93f4aacfef71851c978bb50330278d7936a06c74486a
MD5 457e65aba9953513151308a887114b00
BLAKE2b-256 2974bea5babbf55144e56c367d40423f23972a7d86224fc6c2e18a235610833d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 64d82cb3e7bd576d3478cc62dab7d3c2ed7f8150fabdebc5bc07639763df47d5
MD5 40b90410e13b7f06d65e111f7db5c5e3
BLAKE2b-256 5f5c09e2eb62849470ba3f7939dd0ca13085d0e147eb9600781a0fc0352b738b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3cfbae5a3a8d6e208512bd6e18be229648c7a43875be65376a3491481f37c429
MD5 8e5607959e4b7ee8c51bdef970b6f415
BLAKE2b-256 bec255ce672247709a701285e4f32083c3f82acf753b7570be21fe629011d4e1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: anot-0.0.3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 440.4 kB
  • 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.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 2b6548392cb342e0715db094e86d6d6190a4e7f1ec9952b6d1d0ab27718a7fa1
MD5 b66a0622da385082dcc7b06fc603ccd1
BLAKE2b-256 7f01a3129a2f294ec64b3dd31df7633fb45752c80fb56c7f46c6ddfc51da033f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for anot-0.0.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 bda293aefbd6baf2b3fac3897d33e00c9306b50c116f79481470931a0abe28e2
MD5 26ef7b3911324153c8e60da5b1c30022
BLAKE2b-256 3c4b1057e86a0445ce6e764deec1a8c7007d410a5c024bc6893f73ff854c83c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 49d2cae6cd6cffc25af9f149874fe6b1c240ae6e9af840aaf1ddcf40f1f28811
MD5 660daf00af1447d8e6feeba352a7ecfc
BLAKE2b-256 62c10e3a9a24a8b1bbea3c97bbc3ddc17da6bfa98a78fcc93040875369279e05

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7430be6181f7b1640f6900f12d59b2086d3717d438e5d5dd12938b355a868d17
MD5 633d4529566822ce618ba076194a9ba5
BLAKE2b-256 49ea044ac9588aee40a012a14e70ec17b8f79cfdb864d4e1a7b8c3f871ef418e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 544d99acb0a255097dc66367d2fb04d10c2635d2378934767d45ea0c567a02a5
MD5 419c896140c0bcef9d2594e1f58b1388
BLAKE2b-256 3f8924dcc56864d1985e7ed30142298399d6617b7bfadd6f00c5b91dad2429f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6fa8b035a8b6749d7727ec28f2d21ed3ac621c91e17c98e13fade683ffd17a9d
MD5 dba968c544498a6e8362f6e4a8b7b87b
BLAKE2b-256 7e4f6173eb4b7d64ec64a47cfe4044aa4d9b47d0eba70f95c44ab4de0d915048

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 285e1c57321c7c71a13ab5246602b0d2c317227ceb93ac249eb6d0cb025d9f32
MD5 813bf61d80b8c53672b96992f130c8e2
BLAKE2b-256 bca9be05d9f245e5610dd2de69e54094a0316d589ed00c88d8c7de81251a74af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 82a3014538f9521f82d2c50f167a7bba9cdea35bf76d0218623eb084ad9fd037
MD5 ce8a52a726b4033f2b1dac998cb2eff1
BLAKE2b-256 dfcba8c577bc184f421c2ba2b68efb99881f066808e382791674eb6ab27e198a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f633562fa80f926d3a45bb0ad3baae0a8af49a38771fc4025057ea712e4c6c74
MD5 e1a3e04c41cc8ab31ad48636013ae7bb
BLAKE2b-256 df2fd3c12d608927d3be1d8c804ccf36d5037074d25babcd0ea43303de4f84d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4ab4b51119bc6fce057bc8d9a5884e0f074616fbacee80bf717b55fedc4c6a5c
MD5 eeed26be5fa8dbdd732a8a6b02116e1b
BLAKE2b-256 a64ef8c0cfd515e6f77ea1cb08e6a028177787af39420fa164ce3d4b702a0c67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 11e605d32911f3dee7b61ce3149ed7a47522c5bd78c27883ead966b6dff9173b
MD5 f86223338ec625fcb5b2ff0a932cbbb2
BLAKE2b-256 156d711f669358de192bbbba262d59f3f48067a39c83aa5ceb225244d0a878a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 63ef3b9138493be1f08a849c43802fdf00c4eaa65cf72ff18b7a792bbe323ff7
MD5 03d571084c8370f49e06aefa2aebd76c
BLAKE2b-256 625c55f187408eca28efdfd36fba54d52af1bea0ade3cfd38092513c482146cd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: anot-0.0.3-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 440.4 kB
  • 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.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 30b3959f7110bcf89763c84da4a551dd11a9857a11f180ade582109234a27631
MD5 3ed534557d024af0c67ec31829c723b3
BLAKE2b-256 0985d299932db82f6e18b1edc401fa7026dadff03f5e288128f8098f7f12e3c5

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for anot-0.0.3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 a1e0caedf6da16fc5a698dd6379fa3a3bf7010bc071e02561b673beb5e10828b
MD5 e1f55ab8e45220d3c0e1cef6bf65a049
BLAKE2b-256 faa1cef355e6cefb5ee22ce06c04376de7a438f40d06772d2158c507777b2a70

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 42bb154ac9c8532600fb05489d20369633e98b572a10b29ce59de515a9a139e7
MD5 7224e29a64d2067aacfb434a182c93b5
BLAKE2b-256 d1168bb26c84c5e2b1b4607cf09b84a67e67b69faa04e6ee7ae79ca7349c236b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3c0a78ef9caedda9ba3466ed67e05619d8b2caa705a4b1269d1837b81f7ec9ce
MD5 d75da53fbe0ae5f69bb35414d717e998
BLAKE2b-256 b05494e3d42661694845ff9a883cb828822224b16e3036f9ba3cc9f98a05fe39

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 510b0a60eae73ffdf328e7dd6c9ce081acea4d5dce10e0b7f24374697ef5fd5e
MD5 ac6c2d08daaa1437907434127588ae5c
BLAKE2b-256 5baf2b5b4ef3bf12714d356597207befee9e4fb6ddaf6142e78302113ac4cdf2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 df5474f7551835a2dc694b48a4e5ff68fe0d381cf4353081c9f2fefbbdbe22a3
MD5 57e8f3544de30b527a9c9c84849e4aa8
BLAKE2b-256 a5ad9ca9363f543d8c53065108e7dd5eb335ce23ec65492277331bc5c0ed9c16

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b55a843923f98503899541eeaffa2a9d74e52f526f443e895ae41d2c4ce70377
MD5 0d6c30acdad1c5cb1819b99a53fde985
BLAKE2b-256 566627d69df43408de49899ab05635fc144a8bcc65e0d9f9d28def281686b337

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0670c851640e3cfd0e61088c173efe9eb6b2b3d0ef51d0fa2ca354caa411a48b
MD5 467badde445fbb1c3df2f5171a3a398f
BLAKE2b-256 ea580993f2ade3792362204721fdfc47230a422daa2d3bb0cd19d84fda80bf18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9742eae13d40ef9470614c4bdb438f1c9941cbc6754ea1126e0bde551e1b7355
MD5 3a310308ad9ed75ce224bf463b52f0c6
BLAKE2b-256 b44cfdebcc4af4630502f4b5b79593d4d1afc79842094b51d19dfd6b3d7c03b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 55b2882ed30c5f1fa77f568987fcedc2f53c9a75e8a8cfbb978f039237c36b27
MD5 0119d77cb651e8d9a8e669a3d04aaeee
BLAKE2b-256 839e2fb5aabb616fa226b875430f09f0ad0ec16ed0640e8b96151fbe728d378d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6ee9899ee6bbce1ab10b2b4ebbcaead0904d872995e89d304c5065adde54cb0a
MD5 36f53712989eb5c961074269973f2d73
BLAKE2b-256 092b6f19d89dc10a6af9d2a942817946017355c4fbc905f10574dca1abc57304

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anot-0.0.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 77979fc4c172f8c59bed82da608daeabbe01eaf938c4038a0e796d91ea54da13
MD5 3212744e5489d5904f31937b99385d03
BLAKE2b-256 0f46734594e34eead4d79a9840bac30af2aee706f4d3b7ebedcf606e82f8521d

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