Skip to main content

No project description provided

Project description

ASSystem (a.k.a. "ASS") is a small one-file key-value database

Python support is limited, but it should be fine for most usecases

=== INSTALLATION ===

```
pip install assystem
```

=== USAGE ===

```
import assystem
a = assystem.ASS("db.ass")
a.set(b"key", b"value")
print(a.get(b"key"))
a.remove(b"key")
```

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

assystem-1.0.0.tar.gz (4.2 kB view details)

Uploaded Source

Built Distributions

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

assystem-1.0.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (434.2 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

assystem-1.0.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl (460.7 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

assystem-1.0.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (533.8 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

assystem-1.0.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (439.5 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

assystem-1.0.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (266.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

assystem-1.0.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (310.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

assystem-1.0.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (323.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

assystem-1.0.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (274.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

assystem-1.0.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (265.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

assystem-1.0.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (284.2 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

assystem-1.0.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (433.8 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

assystem-1.0.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl (460.5 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

assystem-1.0.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (533.6 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

assystem-1.0.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (439.7 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

assystem-1.0.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (309.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

assystem-1.0.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (322.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

assystem-1.0.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (273.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

assystem-1.0.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (264.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

assystem-1.0.0-cp313-cp313t-musllinux_1_2_x86_64.whl (433.7 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

assystem-1.0.0-cp313-cp313t-musllinux_1_2_i686.whl (459.7 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

assystem-1.0.0-cp313-cp313t-musllinux_1_2_armv7l.whl (532.2 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

assystem-1.0.0-cp313-cp313t-musllinux_1_2_aarch64.whl (438.7 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

assystem-1.0.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (308.1 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

assystem-1.0.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (321.9 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

assystem-1.0.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (272.9 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

assystem-1.0.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (264.6 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

assystem-1.0.0-cp313-cp313-musllinux_1_2_x86_64.whl (433.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

assystem-1.0.0-cp313-cp313-musllinux_1_2_i686.whl (459.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

assystem-1.0.0-cp313-cp313-musllinux_1_2_armv7l.whl (532.6 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

assystem-1.0.0-cp313-cp313-musllinux_1_2_aarch64.whl (438.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

assystem-1.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (266.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

assystem-1.0.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (308.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

assystem-1.0.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (322.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

assystem-1.0.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (273.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

assystem-1.0.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (264.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

assystem-1.0.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (283.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

assystem-1.0.0-cp313-cp313-macosx_11_0_arm64.whl (231.2 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

assystem-1.0.0-cp313-cp313-macosx_10_12_x86_64.whl (236.6 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

assystem-1.0.0-cp312-cp312-win_amd64.whl (131.7 kB view details)

Uploaded CPython 3.12Windows x86-64

assystem-1.0.0-cp312-cp312-win32.whl (126.1 kB view details)

Uploaded CPython 3.12Windows x86

assystem-1.0.0-cp312-cp312-musllinux_1_2_x86_64.whl (433.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

assystem-1.0.0-cp312-cp312-musllinux_1_2_i686.whl (459.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

assystem-1.0.0-cp312-cp312-musllinux_1_2_armv7l.whl (532.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

assystem-1.0.0-cp312-cp312-musllinux_1_2_aarch64.whl (438.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

assystem-1.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (266.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

assystem-1.0.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (308.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

assystem-1.0.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (322.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

assystem-1.0.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (273.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

assystem-1.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (264.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

assystem-1.0.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (283.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

assystem-1.0.0-cp312-cp312-macosx_11_0_arm64.whl (231.3 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

assystem-1.0.0-cp312-cp312-macosx_10_12_x86_64.whl (236.9 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

assystem-1.0.0-cp311-cp311-win_amd64.whl (131.9 kB view details)

Uploaded CPython 3.11Windows x86-64

assystem-1.0.0-cp311-cp311-win32.whl (126.1 kB view details)

Uploaded CPython 3.11Windows x86

assystem-1.0.0-cp311-cp311-musllinux_1_2_x86_64.whl (434.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

assystem-1.0.0-cp311-cp311-musllinux_1_2_i686.whl (460.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

assystem-1.0.0-cp311-cp311-musllinux_1_2_armv7l.whl (533.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

assystem-1.0.0-cp311-cp311-musllinux_1_2_aarch64.whl (439.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

assystem-1.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (266.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

assystem-1.0.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (309.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

assystem-1.0.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (323.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

assystem-1.0.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (274.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

assystem-1.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (265.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

assystem-1.0.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (283.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

assystem-1.0.0-cp311-cp311-macosx_11_0_arm64.whl (233.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

assystem-1.0.0-cp311-cp311-macosx_10_12_x86_64.whl (238.9 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

assystem-1.0.0-cp310-cp310-win_amd64.whl (131.9 kB view details)

Uploaded CPython 3.10Windows x86-64

assystem-1.0.0-cp310-cp310-win32.whl (126.1 kB view details)

Uploaded CPython 3.10Windows x86

assystem-1.0.0-cp310-cp310-musllinux_1_2_x86_64.whl (434.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

assystem-1.0.0-cp310-cp310-musllinux_1_2_i686.whl (460.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

assystem-1.0.0-cp310-cp310-musllinux_1_2_armv7l.whl (533.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

assystem-1.0.0-cp310-cp310-musllinux_1_2_aarch64.whl (439.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

assystem-1.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (267.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

assystem-1.0.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (310.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

assystem-1.0.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (323.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

assystem-1.0.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (273.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

assystem-1.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (265.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

assystem-1.0.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (283.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

assystem-1.0.0-cp39-cp39-win_amd64.whl (131.9 kB view details)

Uploaded CPython 3.9Windows x86-64

assystem-1.0.0-cp39-cp39-win32.whl (126.2 kB view details)

Uploaded CPython 3.9Windows x86

assystem-1.0.0-cp39-cp39-musllinux_1_2_x86_64.whl (435.1 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

assystem-1.0.0-cp39-cp39-musllinux_1_2_i686.whl (461.3 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

assystem-1.0.0-cp39-cp39-musllinux_1_2_armv7l.whl (533.5 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

assystem-1.0.0-cp39-cp39-musllinux_1_2_aarch64.whl (440.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

assystem-1.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (267.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

assystem-1.0.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (309.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

assystem-1.0.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (323.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

assystem-1.0.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (273.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

assystem-1.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (265.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

assystem-1.0.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (284.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

assystem-1.0.0-cp38-cp38-win_amd64.whl (131.9 kB view details)

Uploaded CPython 3.8Windows x86-64

assystem-1.0.0-cp38-cp38-win32.whl (125.9 kB view details)

Uploaded CPython 3.8Windows x86

assystem-1.0.0-cp38-cp38-musllinux_1_2_x86_64.whl (434.9 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

assystem-1.0.0-cp38-cp38-musllinux_1_2_i686.whl (460.9 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

assystem-1.0.0-cp38-cp38-musllinux_1_2_armv7l.whl (533.6 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

assystem-1.0.0-cp38-cp38-musllinux_1_2_aarch64.whl (440.0 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

assystem-1.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (267.2 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

assystem-1.0.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (310.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

assystem-1.0.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (323.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

assystem-1.0.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (274.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

assystem-1.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (265.4 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

assystem-1.0.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (283.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

File details

Details for the file assystem-1.0.0.tar.gz.

File metadata

  • Download URL: assystem-1.0.0.tar.gz
  • Upload date:
  • Size: 4.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.1

File hashes

Hashes for assystem-1.0.0.tar.gz
Algorithm Hash digest
SHA256 5c62aec4f187780d5de8f896d8826cd56f4d8582371289b40df81b752503ddd7
MD5 d7ea7418760d4bc6f52f83e6aeef237e
BLAKE2b-256 d69cec44fc5ed19ce7d53c2c08701c6a29ddc0717af8d077f2482e7eacaf0b9e

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2e279d2501be25282953e9e4fc37678d59d3ec24f85be8710c31a2b235140bac
MD5 1306bbf250cc3872ee6283ce40ea1130
BLAKE2b-256 8e1fd1323bd57104702ee531f8a60ef48de10502bb42e1bb951d51d1abbdd5e6

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d2a01eadc65071127230faf05bb9586081f073076e12544674cd6fb09e158bd2
MD5 a1b008891f6411f7dc0151406bb6b1bc
BLAKE2b-256 aa0490febc9b869a59dbe84b4de7a250710963cb15fc97db8e1bc481a2d34791

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 575807641ec092cc061eafcdc1f3d9714edcd605b977ad66f24057a68d956ee1
MD5 c75d75dbe28b0732a3ede79a3810bd37
BLAKE2b-256 325ad960dc6c8aad1f0fb4bb87db42157b2d50731e3a36d9784d8a0e49e7bdec

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8b965aedae64573b9708901d9d98cb9ea023d12aa574e74166ebf8ef7d67cf5c
MD5 07d4ee3eb6b2f923d773d7e0eb2360fe
BLAKE2b-256 a8026e05e04e431b9630c15b5715b9cd2116d01b8c9ab24ca692e525f0bc9f16

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8ca07108bbfb288c2a07e58705c348109562a87822b38e60bb68d21b8ba70263
MD5 302516159aef598177583f756fbe1d15
BLAKE2b-256 ec280d40ce9c51c48eae3b8c1bb0691715185b83a6e47448955d578c2dbfea82

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 887944d4c4165d9a3a8b3a5e22d7093a5808055418a18d0014b42ae03c648942
MD5 54aaf3beebf2cc98b894f0e2bd65a3d0
BLAKE2b-256 53f0d783c6fd6f6c66c992a42468c846e2fc18be325aa7fd6085a1defe8eab3d

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5d3654da0b9339d80ac60f493591d7a2abaf5c67169e572a6e9bb97d0f54c33d
MD5 059267087f469158200dfb902571f325
BLAKE2b-256 f84f3002789c95e77f1798fa14ffc5b0084997f41020d76bbae2201afa96a3f2

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2023f55fe940c84857e7436f7410ec31355a53b1628434ccb31990fd2548e6e8
MD5 ce0adfdb87aff35f482a5f7a73c6f78a
BLAKE2b-256 276463fc572d7d865231147dc71be28b0eba170936326049eff03b55ed1ebaf7

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e8fd48465971994483d994c93c6c2c46177a73fd6b89f3940cea7a7e47fa9f53
MD5 acfd76d33df2d2bd53e90fb555b5894d
BLAKE2b-256 1c04bf4b87f2d832c475a44f2a78b046bd4b64cb67b523b0599b1d26d9de445b

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 fb6b677ceb57e267ba8f67ca8130220f2b528ad9e7b6cd41dd5d0a8e64468b71
MD5 0bba693d4b0f52fe5ebd6878873e262f
BLAKE2b-256 8790a420ed9b6a5de40b320e021d2351d21fc628f09e31bbaabe82b34ea4a0a8

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c4852025ee69aacf6b165be1f801b672406b7356b060b43d4e51065cc92d49c8
MD5 ea930e613710145e1b649d5b8d381459
BLAKE2b-256 1e821c509bef00fb474cda0e91fa733aa1487855523c8e29db65f1de671049ed

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0e04893e994751e438ba4e154d53ae49aef1d7b8b5178ac3df472a35a7b8b53f
MD5 422fd4d4f558576f2000ab5ced07b0e0
BLAKE2b-256 371068e94bd5835ee47bf3dfb03ea8159fac39707fdd30591f079a0fae7b40db

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 1747df793ebcc3dea1f682c53ed6d5eaea51eb12dbf071223964048c8f5e0848
MD5 7ea96b6959846920499a78ea5a1ab6da
BLAKE2b-256 5c4463285447bd1e32640976dcd54ee8ab3b4ef430c2dbd0f3f90cc71838f353

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 232b0ac9a29a0d1e08c9d72975a8231ab8b51068105b5f73a6edb4438c7dbf8c
MD5 3aef89df2bab0ad66b475f6cd1928ec8
BLAKE2b-256 c53aaff1ef8e9900c5d783d74afb5df7408ab337e79f9a4858c838a9ba3f630d

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0887dac2842010bdc5335acdfee04cd1d1a22367dd07b8205e7a9da0e71eb36d
MD5 2dccee701013317c05bd91775ba52925
BLAKE2b-256 f775fe2beca9a9ff7f4b00aed0d37c25b7cbdb0e09af95a72b40e0cd1530e24f

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7e7c1ecaf176aab1cdcf7cf1a800170c757897cf341f92c7f78d2656080b1453
MD5 7bca316e8d7c70658856e230796031bd
BLAKE2b-256 97962260cde4def6fc14e3fd613d3698fd4dafa3cc45d737b4bc8da9c7861fdb

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5abf3553cb760b3fa232209cf83e3ca2ec0e23595e29942c54730b5e4961223a
MD5 cb632baa8ae7d6367175911db66ca379
BLAKE2b-256 3614179bd20628f4fe165e1d6aaaffc24d8e9f06783b5a6286704eab619e966b

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d778dd2a3faa3894816fa965f16b1a8c6187f4e773c5bdf8d371cbdedf9c1902
MD5 c74296926b13e9d7151a280c773a50b1
BLAKE2b-256 8553e7bdc13e776fb5bc7db130c17e2836f026ee5a82c93fd13fbd5450eb368f

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ac7f7d80b1fbb252d571168d2ba0c89eb859da94ea44985ae3cc2c977ba83872
MD5 692939300ce5d4ca18b7b2ff8b264eaf
BLAKE2b-256 54ecf885a82de2c25c2b095fbade3fc41147f46c4ab99f8f10a6510d0d83bfd3

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 eebde0505df73562bcb51402761c30b3f8b0612612a7968ce4b4185876894f5c
MD5 306c5d684a6a3fcd43150e600accbfad
BLAKE2b-256 389a5a2b437dc18ca8bc84f9c83c50aad039d0ede518e5a9ecedbc8ef0fee34f

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 3bb6c0345045b1f167fbf9c4634b024ab510394c094c70ce85f3605ce4598496
MD5 5cd76a4a937fec52b9ff202faf8dc17d
BLAKE2b-256 47696f48ad54c53b13c73f039fb3959ddab923e42f8d4500bd0ba9a722e9ec87

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a2e866cca6599b3257d7d3e4515afbbc3beaef2e46f8a63aeffe426fd9f9a18d
MD5 15f971aeedb2c0a6fec60e2a07c3471d
BLAKE2b-256 fc60541483b4c9dfc439806ec6fea73239d838dde05647e7f66b148082095948

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d850f78fcb04c77cf55f4eedca5823b0790ed04acc41687cc94be823261832a1
MD5 aa660c875122a872eddde350053e0f85
BLAKE2b-256 a3d486076629ee768fb9493f828006a3db68d81c4ac1bb738c7af207999cbd72

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ea54b1aefa0c5ad9d2278083ace8d577ebd05b347fcf470a3de6e11081240a9b
MD5 7cccd7e9d58ee827f46dbb99768a26bd
BLAKE2b-256 8cabfe6b24353c9ef7597290f885e7b71174e514a0770cffbeae8a565a4f6f94

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6cc855644caa4f1042bbb77ec4934cdb27ea94464dc6b79c54c6da5a69dc4822
MD5 d333ebd2161fac28dae31aaa47baa245
BLAKE2b-256 8cc3f9271a9a4c53952f570788fd4ee65c6c16a109f2d6294371afbb0e2616e5

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6e58832a7118b954ff115fbda42868f68a2d088f586e418a2cbbb373e4873a2c
MD5 6e9e55b1d7d6b81915211b98c062928a
BLAKE2b-256 ea5e37e35c29bfe82cb20f985508cc107c3378f2b2fffb57f1e4d5e67a425e56

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b547a64e4a110c588d5b0dd2d838a734b1af3a6629b7d4b6ed3537fa5451a010
MD5 dc40f4c231cfcf89da0469b465ffabad
BLAKE2b-256 3a15f0f8826ea52a1efb45c514609a5569ceb429eee7a9979523e97ff21e399e

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9054466094ca0d2cc3f4b40878c05333c0a03757fe4f637f81d7d944015dcb0d
MD5 98371a324a4eb3f5a8fc5cab36044a1e
BLAKE2b-256 f41ca603e9fa9316b3f326f63309df0c254deb4e972847b8be132c43f598e1b1

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2acf02e60115065b98f0ab109049d0ae3816f17dd81e1597beeddabe1762b35b
MD5 f70a0e55366c5b31af91097e485111b4
BLAKE2b-256 0f23422a00bdfad297a918a327755a96f53df1c16f2138883958eacbd93bfa8d

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c3e8f9009ee177482fd584bbc80d425260294a4115e60c1760dcf01a5c0acdee
MD5 15fcb50ca6a7565e540094fb6daeda4d
BLAKE2b-256 5a47b4a3ae811fda4abd3d573a5a8edc1be37cac87a50bb4db14c4be96113a3b

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7fc6b6e0a936c9c2d543a586d4626b5d90acd823f583a35d1ac773b1b41a89b9
MD5 ba9c04ba0187287e166db8c36f3044b6
BLAKE2b-256 a1000a7fde63fd5a573d8bd749a260166ac4a5d117357511d9c0e8cd8594a750

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3994f6204c84d2d33cc2d1a36005a2706d688b53abe66275b4b46f7564bb9aea
MD5 40cb13599a2a042497ebae4b73d81ced
BLAKE2b-256 2503b8cd061ecdb55acadc09026cc15055f4f2c107eb19c8aca8f19be662fd88

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3d085d45ec9de7e483fbd557cb27fa42b3a20c64b59004cebb29911b5a41dd90
MD5 fc4eab5414f0df3a2ae3c46f0f0e0364
BLAKE2b-256 bfa08f55e414a680bdfaac451d75a12947d3bd86d5bd4dba06daafb7418aefa0

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2a9cabbb83d41c1d3a8c56f5647d7d3095abcd74b8380af0acb476e32d1abf9f
MD5 aa7a797cc08cd23bf928294ea60c5ba8
BLAKE2b-256 1e2243aab529bb21dd266da34a1559f8a452e7c99ea30645a4fea9d50fa3a20c

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 791fa475aae65f985cdfb0ef1ada39034f48d586af82676a0296045e2d48d931
MD5 da130576d606cf06e8c4aa9aecc0f581
BLAKE2b-256 f0516251ea6bc59a35525b7dd97f36f8a356a1fcf83296df916cae0f999b1762

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 5f1589bd32f2d714976ca25c9e49dad6370cd22ddd7906b359f9fa2ab3d05638
MD5 97513f820162e0ee5d724d98839694c6
BLAKE2b-256 7b4aba6171eb1a3ea883f36add2d90956dee23e86c932e8e7a569d7e1a033d97

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 080a855f05376fc79724bc11abfbcd9c7a51bb6ea9429375ffa120e7c9b9d297
MD5 2ad0b49a669919e9fff0831655e72978
BLAKE2b-256 98d2167fabbd67a0c2e5dad15484856fa1d113d6e51c617aa3abbb00119a7c9a

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4dfc7c21f1fa6f7b8904e68deb1730e2d25a6b6195626fa553161e456b406609
MD5 63476d67638222f8edd33e1e1290d6ea
BLAKE2b-256 d1733ab9732c0360230d3348e2aeda39e6f60cad81a3351e85b96c3160c34bca

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2b806a850ad70842645e19c355163cbd71bab351bdd2b87b3bac66073fe68bcd
MD5 b0d5cd7519e0974f6d02c70f7ba1df56
BLAKE2b-256 fed7c67ffbe37ea5dd1144d05d71e10abb24972099eda402c4c73032c00e6c82

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: assystem-1.0.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 126.1 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.1

File hashes

Hashes for assystem-1.0.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 ecc785b0b5b2b006eb8d6c7354d2966bb074996726bf0feb954a3eab926240a3
MD5 befb673d580e59bde81755a2e328d65c
BLAKE2b-256 f1a427f5a1a13018ae5e73ec7cbb26169f5974c84d556f534fd6e739a888350f

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 de3d6f51e72ad38d10723d63eb460d91b2d505aee239e11ba37e7a7fe98bd589
MD5 4aacb48d0aa7ceeef5a1948dc9c89e8e
BLAKE2b-256 a38810434d70674ffcf2511adc338c159018762a37113005e8f3dbec069de48e

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 dd956edd3bd83514eb0bc50fd4887c675ca5f17e94c0905d902822982885cd10
MD5 b12bee4aa14716fcac4f52b726f59047
BLAKE2b-256 87e3529c6484299f6925fb82c68d0dbbbf7287e5d0fdd3dc7ca3cb50319d82ec

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 8f53922b29e931be6b10afc4ebf85f40abc287294897508f53ecc65bd7128246
MD5 41dbe277554eb49104450372afc9b96b
BLAKE2b-256 db80edb2721f45ccd9de61624c41075a7f0f211e83307e1db5834a977f3fa3dd

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 56933ff961633cbf8ba4e54c335ce072dcb3b731eda309ebd001eba65df3370c
MD5 cf28de8d0fe515bb8ad64a0774996d82
BLAKE2b-256 38259cacf8714532e12a2b698b7ee000e396b5560ad8a4db57b001a13b625579

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0cf70f97af532ac0e296118edd9203ad784bc5060c2497bb09d24b3ad445648b
MD5 0658d07ce8b1344add728e09ad059fa3
BLAKE2b-256 fca91b3329d59a2312068468caed4a66773f098f0de13ab190b70cb7746a9e72

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 28e3fa6ac057287dc74214fcf95abaaa7e9410abe7f8b6d573d9b70a1dae6f2b
MD5 45041bab923b0f33d6eaf3c270953304
BLAKE2b-256 60ce9a03a26921ce3e632ca946f14241ed556b4f1d9737ffef41da07d5e9ff35

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f72cf170d8d7cf2767f2662195ecf6a1905ed83fff3f6389d10283ca665800f6
MD5 2d67a722cedcbb296d163c66631a7a1b
BLAKE2b-256 dfaac89828cd4ce6e7ea0ec2ab12d26981bc680a38ee636b87fe751cb0bb8220

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5a6454999139003c308c6e07460c6765acb6a8e0f1b549f82cadf068009ff003
MD5 59605c9e8dd28af2085e2e71ee76d175
BLAKE2b-256 756850096986e734dbffafdeb8d8b1d9a63a64f15ca130162fb8820645214ce3

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6c920685f56b1a7ec835bc23ebb9c8e9faabf1a4756fdb96db1dea94b574940a
MD5 1bc6d58dcc08c252b76273d6afb18e5c
BLAKE2b-256 95e2dcadf625ccd125825defff20e68096a8c0980e64cd42cd6b5cb76d493546

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 22471d146e7b45d30c2460c12e20a8b3830cf103bbb4b4263d93d3878ccd389d
MD5 ee7a2bec76a8777b85ab6d7de41ace95
BLAKE2b-256 5e4ab6ef3554edee6bf9403800da2dc36aa9fb2ee6f999f25d93cd955a54ed03

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 65dbe5998fdb8eb14f0651b3f1100858011e347a76184827bcc92fb0cdfc0b78
MD5 cfee7615bdcb594a31db84b7b1d8298f
BLAKE2b-256 964ce50d126a14f785238feea0b84c371ebcaf65585ba0632c5b5f94fb95e14e

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 80af352ff833896b5abcf68973479b6d071579259b16ea7bb06a9b7ed14286a4
MD5 a227d1bbc56f53ab18ff3537edbf009c
BLAKE2b-256 102b6d9bdfc3b3987724c957f7d93b3d675aa650b6e1a66326dcf3de319c7047

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 7f8e236595e9bb9ecd6c68806af07fa5fd2ccc4664ba3e901a3cefff729fc5f7
MD5 48e4d3080155de1ccc1bf91118b6c0b9
BLAKE2b-256 fafa279155db71c18d32e2da359e7295d024241b94a42ec098f5db81e6fd660b

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: assystem-1.0.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 126.1 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.1

File hashes

Hashes for assystem-1.0.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 c6d9dc73585c1b3bd066fc486b1b93681ac65fd233f4a928cd4f9e69986c1ed2
MD5 8cb9ac0fd3d359bc974bec3dc08a695d
BLAKE2b-256 d4de0426d2fcb032017cad17dd4468fbfb647dd6868fb303d5547c50eeaf8217

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b9f7a24870534093e2b48bd3e840f51a0956591c1bebeca046998d9886ca0e27
MD5 ad15df83dab21f73792ee50fca4cc14a
BLAKE2b-256 3feb2ebf03f0e06df437439ca56d0468cdb5d9fcc304833313f4cc70ace7cdab

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3b08f7283152097a243f5fa570b12a7b8aab24289a4f1f668b7eb5c99bb0433a
MD5 49a065e9051ada9c99669497fd30b804
BLAKE2b-256 841a3a94b0374a4d860b9aeda8883283b4eb2ac186e525a5e259e3a400f7491a

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 aa0cc0a22237031d2f3345edf306c2cc5c9719f3bb7a70b181158d79ad908e0f
MD5 aed988e0822a61092ce96457a9b0dbc5
BLAKE2b-256 83cc434d49cfbe29a727362bb2e4603066e7bbcf1bdd0add8eb90555a6bd4c03

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7eb2539e9d052aeb948c02d557f6ecc9f1ce52c71934d8436284545e8dca753b
MD5 45f5f95cb8c79cfcef521a5f6e2a5063
BLAKE2b-256 5fc5a221fcc706a67b69492a0326a137e66f9acf79dcbdb3942cb6c333f6931e

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ba0c0d93b4fce8b4eb84644f8758e924c79c91e51a495b20e44663801d0fe785
MD5 b98dd1f52877a979175bfa8ea524f254
BLAKE2b-256 dfa52214cc4736efb1a1475eb3d40e11cfe2b438ba8969b115ab9e7b16e93d72

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 714014a2f0074c84593f4feac05d6ca4a8a6a19f3f926de5e1bfe0c5077dc9c1
MD5 8747def99d0bad05e01ef1aa937792e5
BLAKE2b-256 e83bff200f60626726b65e01274e175e4bb6e38284afec612f66155cceeee2e2

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 13113caa55d4cc3a8bc3c5df8da898392aac85438e4d590a31599d7db84d7ce0
MD5 09d0672ce79562b7b4a8b1dae1922f1a
BLAKE2b-256 fab0cc36a9932564032896b1152060840d7fb57af4561d397825d1cc2527ef20

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 12eeb1215c3f8ac229aea741f0be7f288a9aef8202d122013d0403f50e744876
MD5 cda46d10fdff790d5260409744613727
BLAKE2b-256 937946603d258223c4b7ff1cc1900f2af5b3e9b26621d8631aa69a88086ec0d4

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3bd1228c1a9a855794b16be74914fb17a2800bedb41d306bdcbbd439c445208c
MD5 439517cca07bd4df4b54916821304c02
BLAKE2b-256 265ccf8d7ebbc7b7399bc7838f28d0ecbb0af023a17335aac7225024d7df2a29

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 73c96f402f2f9a9f64e22762211e968094c4dbf589e6fcf3933f42289654dcc4
MD5 a904eb95f4a55b5544e647735d49f8eb
BLAKE2b-256 80d89c5037b44b13fe51ba030471cbebe9e70ad337b1336a8898a86c82e1b82f

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0814f8f9352db0077f4b67c3a92c78291a6f3b9cba855def7f1bc2e143d642ff
MD5 af1e9f7cbd11aa77bcf2401603bb4f9e
BLAKE2b-256 0362cc9666087043c291462cf44419facb68e53cfe33f468591335f4ba4969dc

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 beaf98891092fb7841c8ccd5e8dd945e064b4c77ac33ce5b13a1177a29a09027
MD5 371ed1981663c1bfca2c82b82bd4676f
BLAKE2b-256 0b672e5a64f2c894694e0fa816f56e92bf71bfb9f30b9ed6dd08309a5f2d1292

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4acc86a77ef20eba735bce1d41531fbb06fbb96c81fcc112b3b83181f029eaf4
MD5 f0c1c4744d2118bc872be62214aa0478
BLAKE2b-256 4fb86a6c4015f6702ed21ddb55a61d1e3dc1118fc8e97c4d342737dec5a12980

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: assystem-1.0.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 126.1 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.1

File hashes

Hashes for assystem-1.0.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 bc2261f1a4ee761a1fadc43af257c7070bff591d0494d9bb08a81aaba09ab5b3
MD5 ed637b8549b2119dc24d5e135175b723
BLAKE2b-256 c48771820235b15dcbdbd94727054c9a993ef0b5247a6f4ad9a342582585fa07

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1c727bac2417e1ca43c71e6a74cfcd5d95e6c03c71bd99bed1f2ce4fb5c7af7a
MD5 8682f0d8ad243fa6558e7438266d570a
BLAKE2b-256 6d96560a11b7bdf9e67e3de3340544d743f94050f14f6d14d8d18e0e48a4f509

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b4b020d057d7eaefa2e02735ec762d500fec6691e10a1d483465fbe859bb0a5b
MD5 a22a9cd9262b5269766bb2cf6e202443
BLAKE2b-256 23ed82934c7d2bac992395d8c3b6ec2bb308a2a0e6a9ee15dba10363093637c8

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 872c1474d9c12aad46e4b2fdf852a29931cb09ab71547b58748d9603933e53ce
MD5 d89ecb393d0b8196efed1da4e2848b8a
BLAKE2b-256 ee72d09482bbd695d5485820ca7675a0757a202238979fbba6fa2f5d9dfc8ded

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7d66b258fa989e0640e7a88ddf747c8de255418930b6385cc8b78ca8a8f15b98
MD5 4f3e2b82ce07f78e2a6ff1f986a11fde
BLAKE2b-256 c5ae5d076725a536d0c5a1e59d7422128f276d1e01e446af23ba70769cf44819

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5a361a8c8fe4f67515100f78b52bff382a9e5cbb11c25a7fe8e38d10b0ef4cad
MD5 c3479f63f76c40f5a2774b1da3c6beaa
BLAKE2b-256 698886061499cfff5b7c8cd8a2c48dde2a3118b93181472128a93dee3ef726dd

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f8562ebd4b9dc20e5edc230e914f616eed0c50911cef39d42ffbe75d57ab392d
MD5 07240701ba5d4fc2910b9b54faa8a0a5
BLAKE2b-256 23ec0e6ac5d6d1bb5686c9c232cbc1d9862dd8287b3221e93b5865436be0d7e8

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 fd3fd13aaae225654c688de593589684027800a2576e525b7bdc11d1f1b8a168
MD5 467898af7654e1a77ea4c90e401f4bdf
BLAKE2b-256 ffe8b4d0801faf19c678a4c52e2a92bf538482cadc836c4e61e2e86ba13a0e25

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 cd6fa4b25b5a2da0578de45b696309f995437198ed35f5ca4e2f2e141ce9a341
MD5 6461473e10cee53db34ff5d07ab1cbf0
BLAKE2b-256 fff25a00fc734ccc9ff46d6b62649faf59df9367c55dd4d2629dd0d9f1173de6

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1358de577ac10a3c51b8956e6ae323f18261423ef2cc6b301e1518f24482328f
MD5 8734702ca74841d1d81af3bd9b8b3db6
BLAKE2b-256 cd9a1b1ae95aaf778dba01b77d23be63cbcd03e2e6b6f2f29d6e5eb591cc0f27

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 060a4b7a698fa5406666029bb44b77716452cdac76b3da43b5256fbaefedf6f6
MD5 503abe228eece2dd435b8f99d9c2119b
BLAKE2b-256 a29fec4cfaeb0fd6191a7cb8e72dcc35294ba881d047b6dffd9e68f7684cd83b

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: assystem-1.0.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 131.9 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.1

File hashes

Hashes for assystem-1.0.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 a2e8dffff19a3a35580a897b7a80ebf4d16081a66c10a374580a03febd9f7065
MD5 df1e75cfbe82cd532227de6781ebc8e8
BLAKE2b-256 29948539a9b7324311037bbdfefe40031c726893fc0aff22ed75fea531cc91b9

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: assystem-1.0.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 126.2 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.1

File hashes

Hashes for assystem-1.0.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 0f262d144a91d86fbea2d00ece7cce5858c52ea4564fbcadffa3699201fd70c4
MD5 571dd86824dce153eface75fe568656b
BLAKE2b-256 c2a1c50cd2b4461da0ce9c682bb725847932de51e4ea0594578e260bbe41682a

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b24e99413e8f4d1a173a78db1a76714781fa8ff5d1142ad4d68cd2e7de1ef7f5
MD5 32c0b07013d574452a295add9fa3cd09
BLAKE2b-256 cd4a4577d35f07dabfd876256f8aaf99fd9b28c50089c9225d5bb33f483ae077

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 556532b03e5df948189a7636d1ba2866fbffdbb72162f16f03cd7ced938ecf0b
MD5 7ae65961f2206ad01bbe582a0574e9c4
BLAKE2b-256 ff988ffb033a80598b0b13d368944a434a318a18d1825985c32a9d0129e80edd

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 bf83adb6a78fe7e7c35a102b9e370943f77c1ef78424e4979810787b73af9266
MD5 0b85840082c72e0b0808a5cc463ac902
BLAKE2b-256 7a7c0819275e97dca3ccf8f2b35120dece4b7b94405cda00faa35a1196a24e71

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cedde338228b3878994b059d1bd3e6f33c1bf3ef3d2a3f7f260ee9200e9eb4ce
MD5 b5b1ec06c66f11f438a6ba33b2a2eeba
BLAKE2b-256 eeba77fd4a6ccf1021cc0cdf9a4ea626346d395d0d87a40c4cb1cb3e5c90ee4e

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cd419839cf6ee86642fa7e7893e756d030003a1f95b2d65bdc001d04a67e3fd6
MD5 3a630ab2ef06ea7d595e7ded4e483250
BLAKE2b-256 7c307633e52f05e241d9b2bb34392959725d2029492647a9aefbe4380f87be1e

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b9e624ae629d1f9ea30901b27cda8f0c1cd922894d3e154e4955772fa925210e
MD5 9f8d8def382556a892e04faa44ae0f6e
BLAKE2b-256 d91932ea6f88629818633578cde4daef5d9f303b0e8f047c9e63f1ca88de496e

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0b694e96a21c278a5055aec45b60c99651b32ef01dff72679f57b132ead58441
MD5 b0af53a865409b8f92c3e4d3d8e8d97b
BLAKE2b-256 c4412518245814883652aea7852e4dc1febe3a34f9d4ab71ca75b319ace095cd

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6697dbb4a042223324ac6d26c5c7826d7836e98150391bcc90e88b41dd40ed10
MD5 cab53e9e31fbc6064b1f3e85a0622fbe
BLAKE2b-256 db00375fab891cda02721e4e07eb415579ef9af76cd7b18bbdac6456de87a442

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4b765ccab12dfc9521a857710e519ed7cba815578bf6f7550bcb96be8b01281e
MD5 9d23aac8d1528399b88e50dbcb7f5827
BLAKE2b-256 66386762ab790ef679c8cefde3b06e74b327afc2aca69a653975e9f43d1501c5

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 1862b360064a097bd9ef31a3b5c2baaeb9465dcc928c05710ba6f6e27356fd7f
MD5 d27d552a4c0bf99495b9ab633bc6f946
BLAKE2b-256 4245ff7ae1cc06c3d3e90b506dab537c9f7f3a08e37b47c516624743b1ab27ad

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: assystem-1.0.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 131.9 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.1

File hashes

Hashes for assystem-1.0.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 1dde71a4a57d8737c798a3f99c49f3c1e60c2edf1f8bfd23700bae556b2d81de
MD5 405bc2beebee17fbb9b826dc4beef3d8
BLAKE2b-256 1fbef1111ab91cc559fce3d1fd6d78e78a2c27f4a40dccc69751101266285f40

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp38-cp38-win32.whl.

File metadata

  • Download URL: assystem-1.0.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 125.9 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.1

File hashes

Hashes for assystem-1.0.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 39a0429e0d04d4a9373709eb734606952b6aa08c13125839538b06c9d0f04416
MD5 8756de1c88baa71c49ed49bd53590524
BLAKE2b-256 24e39e5d6abe4a91b414e7de602abcdc48f67e4a612b5b654b9066b746e4c3c2

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 36e3467757bedef43288598741b0f64a43e8a3418086ebb4193b60be1ac6eefd
MD5 4e0153464909813bff2fe575653b96d1
BLAKE2b-256 a1775e27f929a2768037f891441f2625921cdf936e9cb5b733d6ac02cb735753

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 834c5346ad284a4ac8c982912c870c4c7333cf19a17f6725bf2dc0c9dbbf5e11
MD5 69fa5763089809c729d50df0811e2900
BLAKE2b-256 f5be6ddd67e5b6a3af2fbb043b7c5c7df6b7c5fcc0167e1508ae00fef6a9c396

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp38-cp38-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 023a4d036c4e35131c918914760dac845faf7c09094d1a6972a9cec541070746
MD5 99faf2397820cc0c7c87f7521425bd02
BLAKE2b-256 0f8175fa44b913b0c0845ba32e49f424982a43450a48098d1f6329d455920d5a

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d455be73ac589338a913eaf38eb0dc1a897495ab4aacdc513c465e9c1767b8d7
MD5 49b03677531f609d5f76438dfa436ec4
BLAKE2b-256 5695e6e8803d3ff00aba27158dc0f124f6f8f4aa81cfa824c63bae2ac0bf7310

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 443b88662bd37d1f5a4895d0d08b35a02e808652118efb8543dd262279751679
MD5 b115d5d5d534c2bd1694c2d80dcf2ce0
BLAKE2b-256 aec3ce37cdcea2544e8dbd3040cd2ef8e095df603773a3f1acb4d62fbe5ef8a4

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c0dfaa61e7d153d9efe86d8da7d909f471066ec7f74125e0f09cdba29e69f692
MD5 feb72a076d3eda697143f5f3d027c39a
BLAKE2b-256 8ff1460a37c288f77ae187b251f16967690b7dbda1ff4397b5b7b5d7d70f84de

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 58f1198fb098ba5437c0a1634899ef2502eb6f17c72693aa71fd78003a41d550
MD5 c648938a4eedc4a2ba2f215bc1e95aa9
BLAKE2b-256 65a984ab1defee1c308658fe24f6a38fb74d0732bb74049758ab81c26f781119

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1f4744414601f103f62bf93df23430f753de984189a5668eb0b157d8978563b7
MD5 bc2799c176e89b443904f248a13829cf
BLAKE2b-256 b5c8340b2f1f3923f60d7ae29584f39b363fd44738c28faa70c3bb7f7cd7eaa6

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0eafc54150176d86b02078f97017af45d754630f04c2e0d3a5cc3b7c50c504ff
MD5 dde40cf79dab6a808e3ed351958596fb
BLAKE2b-256 ce37cfcb499e581d0418ab7c58aeb5f251de9c333ee5f364bebbb77329dd7dba

See more details on using hashes here.

File details

Details for the file assystem-1.0.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for assystem-1.0.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 82fe600b61a34051b468b887f917dde9fe1f069fb04bb63b02fd25f1e8f13023
MD5 438f300896dbcf7a683a1d20230188cf
BLAKE2b-256 084897408e8cde2b40c7c12b395a9b2617988bbc3c2ef849b9efd973297b2b76

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