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
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file anot-0.0.1.tar.gz.
File metadata
- Download URL: anot-0.0.1.tar.gz
- Upload date:
- Size: 12.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9dcd515c81020e3059bbc40d190eac60a86f1649e34882306fcc2a77375c1a3a
|
|
| MD5 |
803c60c5f41517cc7a8d92da8afd15a0
|
|
| BLAKE2b-256 |
e090009a3258d8871dc6c40d635f9112705c55726ec5b6220a3e3b7199e1046e
|
File details
Details for the file anot-0.0.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: anot-0.0.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 497.6 kB
- Tags: PyPy, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c9fba3a54b797b23eb3db24a6f5a88f58043d70b6486e77513b7c972cbc76ae6
|
|
| MD5 |
c24e2bedbdc57f826d7862bc61de9408
|
|
| BLAKE2b-256 |
b90477ec9fdf2fa559e470821c9cc39f1060d08c0098f660d1da8478c98adba2
|
File details
Details for the file anot-0.0.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl.
File metadata
- Download URL: anot-0.0.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl
- Upload date:
- Size: 524.1 kB
- Tags: PyPy, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
32fdc3f9f1959a5df5cbfcf708de242f29585c94a9f428620c42a6afba2d249b
|
|
| MD5 |
7fcccae393585d8ad480d7c04e9df826
|
|
| BLAKE2b-256 |
94251b38998643d9bb9f03ad85a2164d88b357dfc1a57da8bfbbb0cdafe17e21
|
File details
Details for the file anot-0.0.1-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: anot-0.0.1-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 594.8 kB
- Tags: PyPy, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa390ea199a607a67d0110ca768b6a34da775c45c4cd03e291b513c1263d41e5
|
|
| MD5 |
bda27110f866c0a5abcdbc249df98022
|
|
| BLAKE2b-256 |
e5d7f4493806d5ac96e571b958871e750f6c56441b8d260e6a4c9647d88319a9
|
File details
Details for the file anot-0.0.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: anot-0.0.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 503.0 kB
- Tags: PyPy, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
75d680ef078a7ff034896fada20caa5c0ed5a9639f107729bd3aac10f1e7f093
|
|
| MD5 |
89e0d1a56b5e91a3ab59b11b2e88487c
|
|
| BLAKE2b-256 |
3461d6b214bb73eb608ca54b1e74f549357ad0a63e832c9e521c910c0ac8890e
|
File details
Details for the file anot-0.0.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: anot-0.0.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 331.0 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bebc429e3316e280e779e5b20da3c6197c8b4a1544cae014ea4320d4a27ec726
|
|
| MD5 |
ec826fd6739017b4a4c2bd541e4ba7bf
|
|
| BLAKE2b-256 |
2b7e1d04c2e5d1709e947710a411c2276e1b448308e0c544d0178d5d3ec2b41d
|
File details
Details for the file anot-0.0.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: anot-0.0.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 386.3 kB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d6463bfe70911938c925ef346943ac2bdb919474503bfa04af0865260da1943e
|
|
| MD5 |
09e3351870b02819d2f805d301960bb0
|
|
| BLAKE2b-256 |
060ce9bebcdb659adc7fffcf59ca02987af55df259c13ab86a653fd85072f567
|
File details
Details for the file anot-0.0.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: anot-0.0.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 405.0 kB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
40504d7bb30da734197a26afdd52ec97c235c03427e4d5f480ef63e849230ff5
|
|
| MD5 |
5fc0a48e53ba9c0b19a71de5574cd122
|
|
| BLAKE2b-256 |
d7c7b15a5e626369ff7441c48aba90b8b5ff7543c792933c51b5d91d6ea5d7ce
|
File details
Details for the file anot-0.0.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: anot-0.0.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 338.6 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8122596cab45bd7c23d55f60868ef25ae49d9e15158694e58428de58697677d7
|
|
| MD5 |
d6b13a281efb9af1188e578d94ab5b9d
|
|
| BLAKE2b-256 |
3d9c7076be7b3612b39decda3de7cac5270e23ecd0c219569724bb2ece4e7774
|
File details
Details for the file anot-0.0.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: anot-0.0.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 329.6 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f692454148fe708746a1f77c5b6f853a55686df5d311a4d8b793510383866fff
|
|
| MD5 |
500e39ea0f486324e8c4b9475473a1f3
|
|
| BLAKE2b-256 |
3fb0c4395e5e1be5da9f4fe92e585e049b3c877ba7bff2b95835ac73fd9b7cc1
|
File details
Details for the file anot-0.0.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: anot-0.0.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 351.6 kB
- Tags: PyPy, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5ae76e458a79850f9d5a53c72995d0c5f557232a4adb2ba8e5486a985f2e046c
|
|
| MD5 |
8781142b32b20dc4d3273e71df0cf80b
|
|
| BLAKE2b-256 |
43eb7c87a25cfc366434c139730d06e21e8755ce0d90abc004d86bf8940bdc57
|
File details
Details for the file anot-0.0.1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: anot-0.0.1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 497.8 kB
- Tags: PyPy, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4cdf197a472a2bc26897ba40ba0cc23085f9226bae20ceb9ef322681bb7bc89a
|
|
| MD5 |
b95752ba8c762a54e116fbd30d3f6cdf
|
|
| BLAKE2b-256 |
fdccc32206c284fdb025c44b86abb740e570ae87fca7924e47db4ee029a0a386
|
File details
Details for the file anot-0.0.1-pp39-pypy39_pp73-musllinux_1_2_i686.whl.
File metadata
- Download URL: anot-0.0.1-pp39-pypy39_pp73-musllinux_1_2_i686.whl
- Upload date:
- Size: 524.6 kB
- Tags: PyPy, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
996b3af2070f63f67195f6c01df563b6e9139ab0006cb7d04e39824c413807a0
|
|
| MD5 |
534975a1fbaf8ed975a694f5f9fd1f75
|
|
| BLAKE2b-256 |
fb14ad2d0284d7ad7c30ffb86ca67d9f26a2519e1982aac2d14a725995e70429
|
File details
Details for the file anot-0.0.1-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: anot-0.0.1-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 594.5 kB
- Tags: PyPy, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
81e2c8d39ecb8c047b25b2b627f5ce91151aa067075f71f3faee94d0dd5a9d97
|
|
| MD5 |
9c749949af13d1e0ee3796286e77a5c0
|
|
| BLAKE2b-256 |
9cd1030465ee47d428b9bf432e31784bc2527c208f913548b82e5b2a3014f78b
|
File details
Details for the file anot-0.0.1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: anot-0.0.1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 503.3 kB
- Tags: PyPy, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
03b92137af39b994b345bb924ccb8de24088ea968e77f12e24d45c07f977d58a
|
|
| MD5 |
745ce8e55f867208f9d02c739953432e
|
|
| BLAKE2b-256 |
2e3d366addb5e4ccd0c81fd18e6399b286c0a255d996e90294d85091fe724835
|
File details
Details for the file anot-0.0.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: anot-0.0.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 385.5 kB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9ecb3c67e53d6f9e64757ee3fccad67770b8a4d7cd383cda64d91a157c76aa9e
|
|
| MD5 |
aff67a26da585aa58966bb5abf44cda4
|
|
| BLAKE2b-256 |
6df0e8b1d25d1f7ce5a1ce1e6f391400855f7415c10a7cf8d59df28a89326ef8
|
File details
Details for the file anot-0.0.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: anot-0.0.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 404.7 kB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2042d1b2dc2daffdca7d2b4f6bea4ba73eb13ccb8fa4809b8cfee723f096d602
|
|
| MD5 |
f60d40847a6c77045ebbf609f43515d0
|
|
| BLAKE2b-256 |
060cf8c9761fd8632efddc3658e47aeda643dc98c21a020a7c3c0bb2aaf46292
|
File details
Details for the file anot-0.0.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: anot-0.0.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 338.3 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
14a6fba0d26f241ac1f698fc2cb1867aa15291b11b5f427970c49d346e608a34
|
|
| MD5 |
c87912093afcffc773616c9d6bc47fda
|
|
| BLAKE2b-256 |
df7f402fd7ca5470091c5c6a682145d97db54122f268325aed596aed3a88a8ed
|
File details
Details for the file anot-0.0.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: anot-0.0.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 329.2 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e555c102ed0ebdd34185b576f72e34863ccb55c2756f0f9428e8cf8d38793bc
|
|
| MD5 |
67387a8bc93c1e35bcef8e08189f3c8f
|
|
| BLAKE2b-256 |
35d565a11f0a484c95cf0c213c402d82ca44915c78b7ab7b961f0600e7046009
|
File details
Details for the file anot-0.0.1-cp313-cp313t-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: anot-0.0.1-cp313-cp313t-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 496.0 kB
- Tags: CPython 3.13t, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
459c8002679a84ec706ef0b7332d97b9b96de117471b3d15426c42786594a23e
|
|
| MD5 |
5e89de331a5353197afe3292117e0034
|
|
| BLAKE2b-256 |
ff58d814d1eaa2b6d9e91cc78fad7db9d7efd1f1274a9b6f398b410dd081c277
|
File details
Details for the file anot-0.0.1-cp313-cp313t-musllinux_1_2_i686.whl.
File metadata
- Download URL: anot-0.0.1-cp313-cp313t-musllinux_1_2_i686.whl
- Upload date:
- Size: 522.2 kB
- Tags: CPython 3.13t, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a4ea2651e2a7479ceb8cb857644a1b3bfc37074aa6c91e7b1c64950fc4bdcc44
|
|
| MD5 |
f478bc5be1baae7d485858ff3a2ac68f
|
|
| BLAKE2b-256 |
b9664121f14d24eea79652eabf2657efcc6b6440e3ec580188cc04f15d285f36
|
File details
Details for the file anot-0.0.1-cp313-cp313t-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: anot-0.0.1-cp313-cp313t-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 593.4 kB
- Tags: CPython 3.13t, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2c22e2773ab0ba09081bdb37a549c8668a26bf21217b5c529e5875d0c932f1c0
|
|
| MD5 |
ac9a96872a9dd941153aaf86ae48e0af
|
|
| BLAKE2b-256 |
56e195fc7e5e1371ea3e2c3261c3099b9294b00b54e4b6c45bc40d7bf80c05b5
|
File details
Details for the file anot-0.0.1-cp313-cp313t-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: anot-0.0.1-cp313-cp313t-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 501.6 kB
- Tags: CPython 3.13t, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
237e3ef066f3a9d544d7767fa1543f9a0efbaa67456226513e8814134757b249
|
|
| MD5 |
8ae55b42ae0aa637cd9b378e03e612ef
|
|
| BLAKE2b-256 |
a8dfca2e7d08aa2768b374f1eaea57f2fd46b55f9cbb9b0ed7c97e0d4c4df3c1
|
File details
Details for the file anot-0.0.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: anot-0.0.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 384.0 kB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
86d9cb5530af344d9b959401e9d89ebad33aee4c49d5b70a400739b79e38e908
|
|
| MD5 |
ccab5572f080b5bf11cc0db21f25b0c6
|
|
| BLAKE2b-256 |
a269bf20795e8318376390ca2404e5accc389c66600a3d1a564181a6acc0ef30
|
File details
Details for the file anot-0.0.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: anot-0.0.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 403.4 kB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
de132c327cc241b05eedb2bf424db708472711de1a69e8e61d5887af3fae78fd
|
|
| MD5 |
24d79a2a71f82a3fd69db85959964a66
|
|
| BLAKE2b-256 |
8e10cd247f6f9fddbbe31af794f3678f134cf284d3c4795ef08c13437a5ffbc1
|
File details
Details for the file anot-0.0.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: anot-0.0.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 335.5 kB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e50dc46527acd98b55f5ec1ae95898ae1328be2df34b3cbda7e18016ca8a3952
|
|
| MD5 |
56ddd4644869fd8271a257dc8b92f0e4
|
|
| BLAKE2b-256 |
10f84c5d577c9e68c0417b197bee86fdd67f1ddc4a66cc6fb57d6a71569f7411
|
File details
Details for the file anot-0.0.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: anot-0.0.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 327.8 kB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e028e170cf7221caef4b856106e73cbf649f3f0418f79b0c80ea78f69ea7e11
|
|
| MD5 |
d5d9784d704c9f6d5cbe4ce41afd7c3d
|
|
| BLAKE2b-256 |
1117d93da60ab83bc53fabf42f63165ddf6ff6a54e9995539ce73990c8337520
|
File details
Details for the file anot-0.0.1-cp313-cp313-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: anot-0.0.1-cp313-cp313-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 496.5 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
502cb251575ad17877e774dc331e84c10548864cbfdfe1252fcf6052103d628a
|
|
| MD5 |
eff01005d30ea05ef59bd8be2d4395bf
|
|
| BLAKE2b-256 |
03a95578d69fd5a4b1c186d590882f2ff2be667e9ffcd1685c48d891844a5902
|
File details
Details for the file anot-0.0.1-cp313-cp313-musllinux_1_2_i686.whl.
File metadata
- Download URL: anot-0.0.1-cp313-cp313-musllinux_1_2_i686.whl
- Upload date:
- Size: 522.6 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
72ef199019d96d79e2fdb70ac16d927e8fb2a71ea56754e59155fdf3ca131479
|
|
| MD5 |
005da05ddd7a2c0ae775d2a9b96f65b2
|
|
| BLAKE2b-256 |
2da2043b77785d6a83336da62b27748c19654d4e244cca1c188d5e01f65df8a5
|
File details
Details for the file anot-0.0.1-cp313-cp313-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: anot-0.0.1-cp313-cp313-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 593.9 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c9b0097051b5ac2526d20f5923b3d2edced494dd890feeda1d06f8539aa1bfb9
|
|
| MD5 |
d349173f3f2ca60a51e61a0286d37217
|
|
| BLAKE2b-256 |
4a6225bbd1e364cdbd296c73560e79ce0417feed38e658cc835e85aa4e965827
|
File details
Details for the file anot-0.0.1-cp313-cp313-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: anot-0.0.1-cp313-cp313-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 502.0 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d851173603ae7c4dda4a25f7987ae10ab4c6ffeaf8700cc6c0c099e653703248
|
|
| MD5 |
547820a911de5c00f93e5928de25601a
|
|
| BLAKE2b-256 |
37709d156b3f0d9dac370b6e581ea698ca63bd0d38ab6253d6b67b9242ddd9ac
|
File details
Details for the file anot-0.0.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: anot-0.0.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 329.6 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
100d28b02616a285fbb10e1de52156d236cd590a907d831906fd82059ca5ec19
|
|
| MD5 |
a09c2019bd1fab5721c4e14ced2a8f2e
|
|
| BLAKE2b-256 |
7e1b6a5584385034e2089fec267ac74835231d896f3d20657b83798612f904dc
|
File details
Details for the file anot-0.0.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: anot-0.0.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 384.2 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e3cdac366b80a84062175e15d2c0cb95b7ca660175e8e40bd605feb73e6fb538
|
|
| MD5 |
db345bd5b102e97c53afd21f01bd75a2
|
|
| BLAKE2b-256 |
39a323eebc88524f09cf358031fe506d7813c90faf47ec27f2d27d7f611fb401
|
File details
Details for the file anot-0.0.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: anot-0.0.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 403.2 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ebfcd85aa109a4f62ed4575ef39f127bbb6087f8be66cb204f62e17e7fe9b721
|
|
| MD5 |
3578f14bb1c01053fdaf5c54f8f1b46c
|
|
| BLAKE2b-256 |
e56cbf3ba7cdaf977a05b6443af28bc69410633ec2e0e84faa14f603c79a487a
|
File details
Details for the file anot-0.0.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: anot-0.0.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 335.9 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b1c2c502d8ce1b8bf520af810cd71af8107554b6369403f770b41f6b843dc57b
|
|
| MD5 |
674ee8d824af7f204acfadaaaaf7c0ed
|
|
| BLAKE2b-256 |
32c52b1a1604ea971db678f614d9670f078aaf3c484abb5d47096b136c38907b
|
File details
Details for the file anot-0.0.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: anot-0.0.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 328.4 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd0522248862416704796678e56b0c6e71e34e79fabf03bf18bd40866d98e036
|
|
| MD5 |
c1714427cac3d48bf8a3842598970f25
|
|
| BLAKE2b-256 |
6f06b82ac78632ce59a50373c5c1d8dd9ef7d49fad5814bfe0218d456ef834e3
|
File details
Details for the file anot-0.0.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: anot-0.0.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 348.9 kB
- Tags: CPython 3.13, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
684b8382da3dbf01ecf83ad3cda1c552ee4ee479ba017d39d1c68521496cd1d3
|
|
| MD5 |
8828a5cd35979c117d11ccc1e7b9b1af
|
|
| BLAKE2b-256 |
86777c7533f7fdc519bbe983b41236a74d070a5bfc998868c2d1c3ae8054a210
|
File details
Details for the file anot-0.0.1-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: anot-0.0.1-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 292.4 kB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8934fa784dc17805515e5910b1c179a53280fd81c2df9efd84d6afc06500dbba
|
|
| MD5 |
93020a774e518ff900e7ea100dc0cfee
|
|
| BLAKE2b-256 |
c5e2822e0dea748e4dcd586b8d4aa79d7842513befc474d871023cac429c8b6b
|
File details
Details for the file anot-0.0.1-cp313-cp313-macosx_10_12_x86_64.whl.
File metadata
- Download URL: anot-0.0.1-cp313-cp313-macosx_10_12_x86_64.whl
- Upload date:
- Size: 292.4 kB
- Tags: CPython 3.13, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cf2c68f3c0d3b49bdeced46c6c6422fe102becbc0a5891357b38b8460d37f264
|
|
| MD5 |
d72636e873a81879c391ea49bbc6c520
|
|
| BLAKE2b-256 |
c35d9b9a025875af95006038891608c727415503dfdd607fe53d7a3ee0332e67
|
File details
Details for the file anot-0.0.1-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: anot-0.0.1-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 183.9 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b4916e6a22077500ef1eda478f73c5e2586f4b66f27d220f9372075cd110e27
|
|
| MD5 |
0bb9815c6f790a21fbfc1f0246a76a96
|
|
| BLAKE2b-256 |
1e125b74162e7008e54f45993d1ccf97616bf2ff2a9460c32bf6dcff576599ca
|
File details
Details for the file anot-0.0.1-cp312-cp312-win32.whl.
File metadata
- Download URL: anot-0.0.1-cp312-cp312-win32.whl
- Upload date:
- Size: 177.5 kB
- Tags: CPython 3.12, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
925b32b1b4220c02b6a2c8536eaeefffa17e14ec4715b45b7edb058f9553d1ce
|
|
| MD5 |
f6feae9847fccc628215ac6dc49098c3
|
|
| BLAKE2b-256 |
c04c1a06bc943ec9b34bf72366d97ed715ad5bdb00647457ae0cee553717e48f
|
File details
Details for the file anot-0.0.1-cp312-cp312-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: anot-0.0.1-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 496.2 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6fadba45386ddd22a01cb508b6052eb466cb90e7c038ce38dd5e6241d625f0d9
|
|
| MD5 |
186d0dd3904de022492e6afbc61b1eb2
|
|
| BLAKE2b-256 |
87e885dbfa7ff8455992d767b47c625c4d946f075f69940dc3f7627fd939fb7a
|
File details
Details for the file anot-0.0.1-cp312-cp312-musllinux_1_2_i686.whl.
File metadata
- Download URL: anot-0.0.1-cp312-cp312-musllinux_1_2_i686.whl
- Upload date:
- Size: 522.1 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e5e2f4108cb3b549ab5bbf1417d6837d8dd6387a64f81923a25aba2284553f4
|
|
| MD5 |
799d7bbedb177178ffdad9ccc54df520
|
|
| BLAKE2b-256 |
2548003dac1d39e5cf49799df66e04c29e82e98c94993820f57f19f77d6d5566
|
File details
Details for the file anot-0.0.1-cp312-cp312-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: anot-0.0.1-cp312-cp312-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 593.3 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e8659f109ddd1f2dee918d8203575800d64f23a1c79d3f32eb1eefbcb1d9799e
|
|
| MD5 |
460fbfb43f0e3dcb8cd238184e2cdf9d
|
|
| BLAKE2b-256 |
7324bc101b82bdf7b551949e4c8a852782ed3f528556cb3c83a264ae466799de
|
File details
Details for the file anot-0.0.1-cp312-cp312-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: anot-0.0.1-cp312-cp312-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 501.9 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0117e268c7ac394dbc8fa918044985d7591ea6b39586c025277ac97ceb4e1d25
|
|
| MD5 |
4bb7a1502bd76111884f4d8a21777223
|
|
| BLAKE2b-256 |
655740c897a4fd243fe3ce328b835a58c3f122702c7f20bfcf9973cab7d4c9cf
|
File details
Details for the file anot-0.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: anot-0.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 329.5 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0affd70e3baa955fd38ed28e3fd8952cca93e2690e52c2b0b076f6253ef33ee5
|
|
| MD5 |
c0ddd20f0a0b0a076a4bcdb55726a673
|
|
| BLAKE2b-256 |
a49b284acc49e7ed99989833f34280ae0da4309388507e354af8d9485a6befa9
|
File details
Details for the file anot-0.0.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: anot-0.0.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 384.3 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4ed93039eeddb2ed1e8e7cd4a315cfc61e7627ac3bbbff3f6e3afe0cfeab72d3
|
|
| MD5 |
7fd7ccc8d1b2c0b76adc8ca564232af0
|
|
| BLAKE2b-256 |
d9dc82f1d648efd592d62109d55c7cfbd945baa548fe1e500e75c64728eedc78
|
File details
Details for the file anot-0.0.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: anot-0.0.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 403.1 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
49aac9c50c50547b231712399e9bf249e66ffdb189fbf4e271c538dbfd9d61d1
|
|
| MD5 |
71b6b7bb6974f5072764cc935fb4f3a4
|
|
| BLAKE2b-256 |
4c1e8a0cee4b8d5f9bc29be90f5d160b7515a86b3990abd60ce3d784ec85e306
|
File details
Details for the file anot-0.0.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: anot-0.0.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 336.7 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1d261ac8d3e7b9ccc62ad1f361e412b347ffa1dded237f2c97288b87826c767
|
|
| MD5 |
b18b61f91b9c20c334f77e1efa18bc78
|
|
| BLAKE2b-256 |
3d83256f7b813431d37d341ee887e906429c0030d41771c954ed874b624b4456
|
File details
Details for the file anot-0.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: anot-0.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 328.0 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
72566d84e85b114489cc8123e220432cc5d56f7833afea70d776fe7bb444404d
|
|
| MD5 |
7d20602dcc638a13cb7daa032e088208
|
|
| BLAKE2b-256 |
1b8f324831b489142bdc42606fe11337b54c1fd3449a055e51255ad4061cf606
|
File details
Details for the file anot-0.0.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: anot-0.0.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 349.2 kB
- Tags: CPython 3.12, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b67569b2709c1407a38a60cc1652ef3edeaef09d15aa77fb38dbbb409d232ccd
|
|
| MD5 |
8b7dc56c3acabded7e20c14935dba67e
|
|
| BLAKE2b-256 |
dd77a0b2ca7b3f887f56e7c58999038b41298ab80cd8c530c199b0333208f1e7
|
File details
Details for the file anot-0.0.1-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: anot-0.0.1-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 292.5 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4bfe3bcd6c1a8191952204ffa776e67d5f26b4063e6c9ee54342a4b570b4ede0
|
|
| MD5 |
8199e6656b3d39aacf0f79f536209219
|
|
| BLAKE2b-256 |
cf2ddf972241bb5de61858546a6ee8abfb0b5828c34bc59024778610f752ab26
|
File details
Details for the file anot-0.0.1-cp312-cp312-macosx_10_12_x86_64.whl.
File metadata
- Download URL: anot-0.0.1-cp312-cp312-macosx_10_12_x86_64.whl
- Upload date:
- Size: 292.2 kB
- Tags: CPython 3.12, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0eaa065dfba6236a6fefd63cce5f798ddf0d41b8d2c4d0429db1997aef81ad67
|
|
| MD5 |
0990b5583a3933237eeccfc61925985c
|
|
| BLAKE2b-256 |
313384dee2081b4239e46d80b9009c07648990cc7ffd22cc8708e082794b3889
|
File details
Details for the file anot-0.0.1-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: anot-0.0.1-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 183.7 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c07dfb53dab7e7169acc46de8a35b0174a20ae249d432096e487d8611acd6970
|
|
| MD5 |
006fdf27e09bb51bc49c40542fa56c58
|
|
| BLAKE2b-256 |
7c7b90364b486e028cbfd29c9ab7edaa7d9437500b3b0d9fb48fc84239953107
|
File details
Details for the file anot-0.0.1-cp311-cp311-win32.whl.
File metadata
- Download URL: anot-0.0.1-cp311-cp311-win32.whl
- Upload date:
- Size: 178.3 kB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cb2d2d6f44ddd88a8aa125c0c4e69b6a68b5acf8c7f91f24c538b70e83879699
|
|
| MD5 |
4f1e827a428a801f43e174832b3b08d3
|
|
| BLAKE2b-256 |
08fd8c40f8bb0511920ccc044d52ef6d489c95a6051186b99d4f0387ad943b32
|
File details
Details for the file anot-0.0.1-cp311-cp311-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: anot-0.0.1-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 497.7 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
91784aef6e86c9c3e70b66c15c27d57117b1bed789c5bd6205441a0aba75ce98
|
|
| MD5 |
f03facb6aab44af8651e2af54e45ffd0
|
|
| BLAKE2b-256 |
b4c0c66397212067253cabb04b05694faaa22f8e71ed48a3f5eea92f9f3b449b
|
File details
Details for the file anot-0.0.1-cp311-cp311-musllinux_1_2_i686.whl.
File metadata
- Download URL: anot-0.0.1-cp311-cp311-musllinux_1_2_i686.whl
- Upload date:
- Size: 524.1 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d2649ddcf41b01836db512d8945028fbbee244c208c9cce537c7098d26611395
|
|
| MD5 |
34fac11b3de9cb818f8dfd09d2f392a6
|
|
| BLAKE2b-256 |
a72c6007ecd7bd5d3b669d8fc4288c10b4262d9308210b6ffeab458e47aa83fb
|
File details
Details for the file anot-0.0.1-cp311-cp311-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: anot-0.0.1-cp311-cp311-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 594.7 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f8b3212c73623c778d11442dc5107cb2dc645d991ebd3ce73ba327acce64b59f
|
|
| MD5 |
1e93b590f7f30743b51cd3a8acd19751
|
|
| BLAKE2b-256 |
b11a4c395922984e9b32db31aa0bed713f7f2e79dc6281121b910933d10c81ed
|
File details
Details for the file anot-0.0.1-cp311-cp311-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: anot-0.0.1-cp311-cp311-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 502.5 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b51d8977067eecb5758b782bb5b0274086333339a08d6f4326f41360e118b1d3
|
|
| MD5 |
e1baf80f632a28f7b8aefbf63df46b8a
|
|
| BLAKE2b-256 |
b75c4e16b6a29f2a63f70cd6d019bb2341777e12cac7ee42dcc31338db53ddad
|
File details
Details for the file anot-0.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: anot-0.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 330.5 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d45d15b638c5060f83b173722d7372d3e1479cb28777ea490782731b340afff7
|
|
| MD5 |
fd1e49278f25825268a915f8f2cd4d04
|
|
| BLAKE2b-256 |
7f6bbcd267147a139ddcbe00701ffa73aceddbbd480ca3f32489b2f588fc5490
|
File details
Details for the file anot-0.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: anot-0.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 385.6 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b20284a723179e7db70fffcbe5c8f9c025e8a0705b4a2c4862fb858f24b2a26
|
|
| MD5 |
c2f394d946e7767f685ae796bcede0ab
|
|
| BLAKE2b-256 |
0c8cae171fb5131b4ba4602d66fe694f44387a5bb39aa2113daea81b84ffefc0
|
File details
Details for the file anot-0.0.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: anot-0.0.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 404.8 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
845f7eb1358a1e9d56603ebba1635c10ac1bd9e3ef0282c8485c6f562dfae908
|
|
| MD5 |
fa53ae48b997de2eed1fb70bc97f1ad5
|
|
| BLAKE2b-256 |
838c77e8a2a69f36ebe082058e1c699102a863cd4cc9716c15fcf654245b9325
|
File details
Details for the file anot-0.0.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: anot-0.0.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 337.3 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b8ed913e9de3c6a92f9d259953d2d26dd3c618c6fbfe369729f84d9ce98c389c
|
|
| MD5 |
09cf56e9b3af64f7926da4bf09d96b22
|
|
| BLAKE2b-256 |
7b9edbbeb60163dbdddbe15cd07757c506681d2f2d2921a674c711d1c4538f26
|
File details
Details for the file anot-0.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: anot-0.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 329.1 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d21dcdc52b8313ffa6757d489898aeaf893e24140a7f8404e746c46da8b5ff2
|
|
| MD5 |
a0589fb6af913960a815b0e063571d1a
|
|
| BLAKE2b-256 |
ea6b301cb97aca74687e632cf30482e5024563978a36713d18eaca186e130910
|
File details
Details for the file anot-0.0.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: anot-0.0.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 350.2 kB
- Tags: CPython 3.11, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f59daacafe8e8f9c156c9e3b59757d444edae269078e78714defe6b8de848e51
|
|
| MD5 |
4396d97cc636ef482858bd04070b37cc
|
|
| BLAKE2b-256 |
a86e970a935f6493f7661f912efb788ff2cc9ab4beb93cdc4ba95021eaeb1fd6
|
File details
Details for the file anot-0.0.1-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: anot-0.0.1-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 294.5 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
487c37c298fd183cc0f178aba061c5f6eac38c4fec33fa1a0d240f0f3fd3997b
|
|
| MD5 |
84390802cb82941054e63051d512ca63
|
|
| BLAKE2b-256 |
eddbc073c0833828d7c2a777c56935b60362bfbd10dba815ad3cc3a5e8f26f02
|
File details
Details for the file anot-0.0.1-cp311-cp311-macosx_10_12_x86_64.whl.
File metadata
- Download URL: anot-0.0.1-cp311-cp311-macosx_10_12_x86_64.whl
- Upload date:
- Size: 295.9 kB
- Tags: CPython 3.11, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5bf7db45c5c4440bf7a007914c7c9c700a39c4d6561d2e0dea008d1a6c0971c5
|
|
| MD5 |
cdc74343ea2b89165ab697e83e5e2c7e
|
|
| BLAKE2b-256 |
f1daa05c8c716df59a0b2f6d13d01c40b7b3134a0d9165b0a9860247debe02ed
|
File details
Details for the file anot-0.0.1-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: anot-0.0.1-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 183.7 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e6b436624a84d992644edd52947346497dbb2daaf860adc99f65dd297a56c780
|
|
| MD5 |
322b206e65426c587dbddd04d1800ec0
|
|
| BLAKE2b-256 |
e34b0f38cbb6549eaabb01e158a382e5b21c8f7c70e66b7a1455c02eebdac661
|
File details
Details for the file anot-0.0.1-cp310-cp310-win32.whl.
File metadata
- Download URL: anot-0.0.1-cp310-cp310-win32.whl
- Upload date:
- Size: 178.5 kB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3b40afbbbd829ecc916da843ea0eaa4ba5cc18a48d0032ca42a0a345612c4227
|
|
| MD5 |
687a537235170d6a70fb8d3a92522a8f
|
|
| BLAKE2b-256 |
15b2f608aaf4cfe479173cbce28d75cd35fe808efd22ce43c161f478a3ccdc86
|
File details
Details for the file anot-0.0.1-cp310-cp310-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: anot-0.0.1-cp310-cp310-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 497.8 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9ac8a3c6840bff3769383e6704ce4c60c11c0fc0956a441ff5d6f972949660f6
|
|
| MD5 |
d61ed29bff501c4448c0eacc1d442290
|
|
| BLAKE2b-256 |
18d4e5439d772eb52eb9bb5522d6bdcd6de0f85190abc38fa6c195f142ddd2fa
|
File details
Details for the file anot-0.0.1-cp310-cp310-musllinux_1_2_i686.whl.
File metadata
- Download URL: anot-0.0.1-cp310-cp310-musllinux_1_2_i686.whl
- Upload date:
- Size: 523.8 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4acbcac4572a18d0a0ced0e365e06cc6879eb02808d36342134b357b52285399
|
|
| MD5 |
0bd3021b248f94e3635a748d91c61188
|
|
| BLAKE2b-256 |
821700f30a3464e2f52b7d1b410b9eb601ebc9cc3f7547b1074d024bd0896671
|
File details
Details for the file anot-0.0.1-cp310-cp310-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: anot-0.0.1-cp310-cp310-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 594.4 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e79754d52a3e0a47554907c012bd944a796ae0ba6f34d5225b3750a8568ce7a
|
|
| MD5 |
67308f731e90b763edb44b3d1b16adec
|
|
| BLAKE2b-256 |
53859cc9b61b43ee9f135760bb7c5b554574e2402188dbd1659f45d9c546639f
|
File details
Details for the file anot-0.0.1-cp310-cp310-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: anot-0.0.1-cp310-cp310-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 502.6 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1483578581863ac502223fd37c0a4c5cfec41a9074fc015df18e66ad181d4d61
|
|
| MD5 |
5aeb4ca5d0760a0dac994dfab93073ed
|
|
| BLAKE2b-256 |
6c4bd41218526c029462d24dc0bfad0408de0b6e53100078636f0649ee6c5ebf
|
File details
Details for the file anot-0.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: anot-0.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 330.7 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d68274a55b8cf4b75b27dec5c59c04f728642d431f648f4aa3668c498862bb0a
|
|
| MD5 |
651e3bcb8b4fc79695224c6243e6c8db
|
|
| BLAKE2b-256 |
e84e68cd0989e902b70bb8aa405cc154fdfa7fdde8a9ac1951612675077c7f1d
|
File details
Details for the file anot-0.0.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: anot-0.0.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 385.8 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
95b2d73055ffc4c43ca8608d05419c4bad4e0ba8f981c63dc2777e9aa8f865d2
|
|
| MD5 |
f025d1e94c6a6ac9f754ab8617a25b97
|
|
| BLAKE2b-256 |
9e78c9a476c15910c38e0a225780b63b6025eeed9f5cde6d512250501047c36e
|
File details
Details for the file anot-0.0.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: anot-0.0.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 404.2 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
49a788bdc606d2dc85df6cec8f21ec316fa55ba9c1d871b578fc63ea25f1a12d
|
|
| MD5 |
3d0786dd4d882f813aed6a72ad51dc32
|
|
| BLAKE2b-256 |
7f38824cb55259ae5b62b76423da2b41356affc26b224fa4235e7b74a171c2a0
|
File details
Details for the file anot-0.0.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: anot-0.0.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 337.0 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
876c0ca3e990a6246dc8bb75ce5a09692d3e89a1f8fbd74228c3d01069ba407a
|
|
| MD5 |
1cc286ed789166b1ae9e96cecdc90cc6
|
|
| BLAKE2b-256 |
802f53c60b118f43354e32ed0f2cb4053176508575c6d937a8496fd517f947f7
|
File details
Details for the file anot-0.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: anot-0.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 329.0 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad81da354d4399320f3f60b03db69b693bebc21c96748371f6c2e36a4ab47091
|
|
| MD5 |
614cb5ad252899ff925700c822cedc5b
|
|
| BLAKE2b-256 |
b74fcbb46e5c23e66604d5bf133f8c96ec21226093f5708047c8e8150a2cb783
|
File details
Details for the file anot-0.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: anot-0.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 350.1 kB
- Tags: CPython 3.10, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
89c126130b75cff74823692c132a1b00542390449b021764cf022661cf20f02e
|
|
| MD5 |
d9b48a2114c55f4f629c8312f3066326
|
|
| BLAKE2b-256 |
02699787767f38a9c9092a661c2698e3ec921cff67d93f0fc8e250ac373c88e1
|
File details
Details for the file anot-0.0.1-cp39-cp39-win_amd64.whl.
File metadata
- Download URL: anot-0.0.1-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 184.3 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2d52d5a9f0113ea077f27657312c06e77b30078418334612c4022c8f867235e9
|
|
| MD5 |
73306cf1ed0b5ec187c5115ab725ac33
|
|
| BLAKE2b-256 |
24dd9bfd6700150881326add0d9162aae29ec2ba2ba44449e9d9dbfcb2bee565
|
File details
Details for the file anot-0.0.1-cp39-cp39-win32.whl.
File metadata
- Download URL: anot-0.0.1-cp39-cp39-win32.whl
- Upload date:
- Size: 178.3 kB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
327c7116520b329c4a96d424463a70b010ef58f3b7cdacccc427033d21b85a38
|
|
| MD5 |
9d50995180a32db30976f3a20ab9b7b6
|
|
| BLAKE2b-256 |
0864d08e57b22046a203b9b6535469c229c91316c22904f433b0ef469b4b6fd4
|
File details
Details for the file anot-0.0.1-cp39-cp39-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: anot-0.0.1-cp39-cp39-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 497.9 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aa30788a5c4496d757c755a61839ee3ac09881b4ac14d067cd7e37d3756b1543
|
|
| MD5 |
ddbf139e062a9e62df9835cc88d27425
|
|
| BLAKE2b-256 |
f372e718b80ee700c6c1c1d1ae482c6a6b9d40893552b439ce098e2e3d78364e
|
File details
Details for the file anot-0.0.1-cp39-cp39-musllinux_1_2_i686.whl.
File metadata
- Download URL: anot-0.0.1-cp39-cp39-musllinux_1_2_i686.whl
- Upload date:
- Size: 524.0 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8aaa87090403f6319e4a260c21fc7329bfd9849c11e83b514476f5ad16835772
|
|
| MD5 |
e50ad08242d0b89ae503e0d5f042f4ab
|
|
| BLAKE2b-256 |
953ce9310d6c0dfca4258d7555906b5a642c1544749a85bd69bd238e813357c0
|
File details
Details for the file anot-0.0.1-cp39-cp39-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: anot-0.0.1-cp39-cp39-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 594.5 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2d468ec49d526637262ffdfc83f462f63d2c7591cecb2a937b1fae111379b104
|
|
| MD5 |
370537819315a0964173a816a8bb5862
|
|
| BLAKE2b-256 |
37f73f6bebddc1a7d22b7051ab9011d37dbb30dee9a446069395c4852b31f75f
|
File details
Details for the file anot-0.0.1-cp39-cp39-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: anot-0.0.1-cp39-cp39-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 502.9 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4bbfe36b2c8a3926b4d413be4d8ab4c8d8f8e2e10223497eaea46387722a688d
|
|
| MD5 |
0bfe94319b12a46b071a2398987cd841
|
|
| BLAKE2b-256 |
0bb7dad422960d6bd970e6f89405bd3f8ea35126bace0dcad978276737c87f8a
|
File details
Details for the file anot-0.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: anot-0.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 330.7 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce62dcd6de97243bd92b4f0e44b7dbf1c3b46d4e4ad7a87d328daa7b382d5e47
|
|
| MD5 |
dab57f1544cd15faf01c65a8bca722d1
|
|
| BLAKE2b-256 |
3213dd369b725b19629f94a1e98e4eeca91cf7bd9483a6675dd0e401f88a92a7
|
File details
Details for the file anot-0.0.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: anot-0.0.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 385.1 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad65baf010d0026b973bfa2664063ecd84579485204a9536efa7e35b2383b520
|
|
| MD5 |
12d3a421ab63add5128dd38ab82d66eb
|
|
| BLAKE2b-256 |
791b946aed38f531726f6b50a098dbc2c52ee629a0036ecce26e41de0b2e8e2f
|
File details
Details for the file anot-0.0.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: anot-0.0.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 404.7 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
31b871b81e6ca2897959c62894429d0604ea97af5b8986927260a54082ed10aa
|
|
| MD5 |
e17afef3ef3602a1fcf0767b04cfdf42
|
|
| BLAKE2b-256 |
0d7f342996cc64c0134df0ec66100ee8ed752b862f65d730eec11843f818a51a
|
File details
Details for the file anot-0.0.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: anot-0.0.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 337.2 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
201bdeb445a887de6830b0dee420031894e436fca5a3b83675a8fc13a2ce062e
|
|
| MD5 |
95610a7acac0064d8c01dd02ffd01009
|
|
| BLAKE2b-256 |
db83200bd838df7f5ca06e2bf3019b674af89df98f67e02c77a56f7f64b68ba6
|
File details
Details for the file anot-0.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: anot-0.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 329.0 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d04881e9032481668375259e1962ffd56c30e339ee34656cbd0e6a64568430d2
|
|
| MD5 |
0e95f8821af7c68a3d9c42d251a8418a
|
|
| BLAKE2b-256 |
eb9a83ddd139e46177979b578726dfb233089d3e7e7b5beaa9531ae36dbc4f3d
|
File details
Details for the file anot-0.0.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: anot-0.0.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 350.5 kB
- Tags: CPython 3.9, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
111b030a4b2f043f56fb18259b3c56a35d352f6f08d478328f00136efa908015
|
|
| MD5 |
5dd458de9a6f83d79ae20052cab3e88a
|
|
| BLAKE2b-256 |
a09e62e9920b0c292ac1a2a587d815b17d777d6596d8ce3062faf2c6a96ff7b8
|