Skip to main content

Concurrent Python utils and data types

Project description

This package provided a fast way to access those shared data types with atomic operations. can be used on

  • x86_64 platforms:

    • macOS Ventura and above,

    • Microsoft Windows 10, 11, Windows Server 2019, 2022 x64

    • Centos/RHEL 8, 9, 10

    • Suse Linux Enterprise Server 15

    • Ubuntu Linux 18, 20, 22, 24

    • Debian 10, 11, 12, 13

    • KylinOS V10, V11

    • UnionTechOS 20

    • OpenEulerOS 20, 22, 24

    • BaiduLinux 3

    • Alibaba Cloud Linux 3, 4

    • TencentOS 3, 4

  • aarch64 platforms:

    • Centos/RHEL 8

    • Ubuntu Linux 18(glibc updated to 2.28), 20, 22, 24

    • Debian 10, 11, 12, 13

    • KylinOS V10

    • UnionTechOS 20

    • OpenEulerOS 20, 22

    • Huawei Cloud EulerOS 2

    • Alibaba Cloud Linux 3, 4

This is copyright software, you should buy it at https://sharedatomic.top/enterprise/payment to get a licence to use it. For the price and details, please check https://sharedatomic.top/enterprise/payment.

Included Datatypes

  • atomic_int

  • atomic_uint

  • atomic_float

  • atomic_bool

  • atomic_bytearray

  • atomic_shared_memory

  • shared_dict

LINUX/macOS

  • CPython 3.7 - 3.14

  • The package requires c library libgomp installed on the Linux platforms

  • The package requires package urwid>=2.1.2, <3.0 for Python < 3.14, to activate the package

  • The package requires package urwid>=3.0.5 for Python 3.14, to activate the package

Windows

  • CPython 3.7 - 3.14

  • Microsoft Visual C++ 2019 Redistributable(X64)

  • windows-curses>=2.3.1 to activate the package on windows. For Python 3.14 please download the latest package from their github project.

  • urwid as the version on LINUX/macOS activate the package on windows

Installation

To install shared-atomic-enterprise, use pip:

The binary distribution of the software is compiled and delivered in epoch 5.

shared-atomic-enterprise == 5!4.2.4

On Linux, you need assistance from the root user,

If you are a root user, it is ok, then only root can run this package. If you are not root user, in the activation process you will need assistance from the root user.

cd (the directory where the package is installed ) chown root shared_atomic/atomic_python_suid chmod u+s shared_atomic/atomic_python_suid

At the same time, please ensure the user who installed the package has the read access to shared_atomic/atomic_python_suid.

then the user who installed the package can run the package.

For documentation, please go to:

https://sharedatomic.top/

This package provided a fast way to access those shared data types with atomic operations.

这是一个提供为共享数据类型提供原子访问的工具包。 可以被用于:

  • x86_64平台:

    • macOS Ventura 及以上,

    • Microsoft Windows 10, 11, Windows Server 2019, 2022 x64

    • Centos/RHEL 8, 9, 10

    • Suse Linux Enterprise Server 15, 16

    • Ubuntu Linux 18, 20, 22, 24

    • Debian 10, 11, 12, 13

    • 麒麟 V10, 11

    • 统信 20

    • OpenEulerOS 20, 22

    • 百度Linux 3

    • 阿里巴巴云 Linux 3, 4

    • 腾讯OS 3, 4

  • aarch64 platforms:

    • Centos/RHEL 8

    • Ubuntu Linux 18(glibc 必须升级到2.28), 20, 22, 24

    • Debian 10, 11, 12, 13

    • 麒麟 V10

    • 统信 20

    • OpenEulerOS 20, 22

    • 华为云 EulerOS 2

    • 阿里巴巴云 Linux 3, 4

这是一个版权软件, 您应该在网站 https://sharedatomic.top/enterprise/payment 购买软件授权. 关于价格和更多详情,请访问 https://sharedatomic.top/enterprise/payment.

包含的数据类型:

  • 原子整数

  • 原子无符号整数

  • 原子浮点数

  • 原子布尔

  • 原子字节数组

  • 原子共享内存

  • 共享字典

LINUX/macOS

  • CPython 3.7 - 3.14

  • Linux平台需要C库 libgomp。

  • 对于 python < 3.14需要Python包 urwid>=2.1.2, <3.0,用于产品激活。

  • 对于 python 3.14需要Python包 urwid>=3.0.5,用于产品激活。

Windows

  • CPython 3.7 - 3.14

  • Microsoft Visual C++ 2019 运行时环境(X64)

  • 需要windows-curses>=2.3.1 用于产品激活,对于3.14请从该产品的github上搜索下载。

  • 需要同LINUX/macOS 一样的 urwid 版本在windows上用于产品激活。

安装说明

安装 shared-atomic-enterprise, 使用 pip:

软件的二进制包是在epoch 5上编译和发行的.

shared-atomic-enterprise == 5!4.2.4

在Linux上, 需要root用户协助安装,

如果直接使用root用户安装,而且一直使用root运行,没有特别步骤。 如果想使用非root用户运行,在普通用户包装激活过程当中需要root用户协助。

cd (the directory where the package is installed ) chown root shared_atomic/atomic_python_suid chmod u+s shared_atomic/atomic_python_suid

同时确保安装包的非root用户有读取该文件shared_atomic/atomic_python_suid的权限。 然后安装包的非root用户就可以使用该工具包。

该包的全部说明, 请访问:

https://sharedatomic.top/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

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

shared_atomic_enterprise-5!4.2.4-cp314-none-win_amd64.whl (15.4 MB view details)

Uploaded CPython 3.14Windows x86-64

shared_atomic_enterprise-5!4.2.4-cp314-none-manylinux_2_28_aarch64.whl (42.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

shared_atomic_enterprise-5!4.2.4-cp314-none-manylinux_2_17_x86_64.whl (39.7 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

shared_atomic_enterprise-5!4.2.4-cp314-none-macosx_10_9_x86_64.whl (17.8 MB view details)

Uploaded CPython 3.14macOS 10.9+ x86-64

shared_atomic_enterprise-5!4.2.4-cp313-none-win_amd64.whl (15.4 MB view details)

Uploaded CPython 3.13Windows x86-64

shared_atomic_enterprise-5!4.2.4-cp313-none-manylinux_2_28_aarch64.whl (43.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

shared_atomic_enterprise-5!4.2.4-cp313-none-manylinux_2_17_x86_64.whl (40.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

shared_atomic_enterprise-5!4.2.4-cp313-none-macosx_10_9_x86_64.whl (17.7 MB view details)

Uploaded CPython 3.13macOS 10.9+ x86-64

shared_atomic_enterprise-5!4.2.4-cp312-none-win_amd64.whl (15.6 MB view details)

Uploaded CPython 3.12Windows x86-64

shared_atomic_enterprise-5!4.2.4-cp312-none-manylinux_2_28_aarch64.whl (41.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

shared_atomic_enterprise-5!4.2.4-cp312-none-manylinux_2_17_x86_64.whl (38.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

shared_atomic_enterprise-5!4.2.4-cp312-none-macosx_10_9_x86_64.whl (17.9 MB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

shared_atomic_enterprise-5!4.2.4-cp311-none-win_amd64.whl (15.6 MB view details)

Uploaded CPython 3.11Windows x86-64

shared_atomic_enterprise-5!4.2.4-cp311-none-manylinux_2_28_aarch64.whl (38.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

shared_atomic_enterprise-5!4.2.4-cp311-none-manylinux_2_17_x86_64.whl (35.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

shared_atomic_enterprise-5!4.2.4-cp311-none-macosx_10_9_x86_64.whl (17.9 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

shared_atomic_enterprise-5!4.2.4-cp310-none-win_amd64.whl (15.6 MB view details)

Uploaded CPython 3.10Windows x86-64

shared_atomic_enterprise-5!4.2.4-cp310-none-manylinux_2_28_aarch64.whl (35.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

shared_atomic_enterprise-5!4.2.4-cp310-none-manylinux_2_17_x86_64.whl (32.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

shared_atomic_enterprise-5!4.2.4-cp310-none-macosx_10_9_x86_64.whl (17.9 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

shared_atomic_enterprise-5!4.2.4-cp39-none-win_amd64.whl (15.6 MB view details)

Uploaded CPython 3.9Windows x86-64

shared_atomic_enterprise-5!4.2.4-cp39-none-manylinux_2_28_aarch64.whl (35.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

shared_atomic_enterprise-5!4.2.4-cp39-none-manylinux_2_17_x86_64.whl (32.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

shared_atomic_enterprise-5!4.2.4-cp39-none-macosx_10_9_x86_64.whl (17.9 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

shared_atomic_enterprise-5!4.2.4-cp38-none-win_amd64.whl (15.6 MB view details)

Uploaded CPython 3.8Windows x86-64

shared_atomic_enterprise-5!4.2.4-cp38-none-manylinux_2_28_aarch64.whl (34.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.28+ ARM64

shared_atomic_enterprise-5!4.2.4-cp38-none-manylinux_2_17_x86_64.whl (27.7 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

shared_atomic_enterprise-5!4.2.4-cp38-none-macosx_10_9_x86_64.whl (17.9 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

shared_atomic_enterprise-5!4.2.4-cp37-none-win_amd64.whl (15.6 MB view details)

Uploaded CPython 3.7Windows x86-64

shared_atomic_enterprise-5!4.2.4-cp37-none-manylinux_2_28_aarch64.whl (33.3 MB view details)

Uploaded CPython 3.7manylinux: glibc 2.28+ ARM64

shared_atomic_enterprise-5!4.2.4-cp37-none-manylinux_2_17_x86_64.whl (35.6 MB view details)

Uploaded CPython 3.7manylinux: glibc 2.17+ x86-64

shared_atomic_enterprise-5!4.2.4-cp37-none-macosx_10_9_x86_64.whl (17.8 MB view details)

Uploaded CPython 3.7macOS 10.9+ x86-64

File details

Details for the file shared_atomic_enterprise-5!4.2.4-cp314-none-win_amd64.whl.

File metadata

File hashes

Hashes for shared_atomic_enterprise-5!4.2.4-cp314-none-win_amd64.whl
Algorithm Hash digest
SHA256 7bc21d1fb5790a6756dedc44656a065136d6e4a1a869ebe34e9a4ba1aa63cb38
MD5 cbc6defc9fe85ddbaa4e965fefad26bc
BLAKE2b-256 3bb3592af837bd159cc587ae979a6bbe49b3a05df7b21f7abbfe434db0dc454b

See more details on using hashes here.

File details

Details for the file shared_atomic_enterprise-5!4.2.4-cp314-none-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for shared_atomic_enterprise-5!4.2.4-cp314-none-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9f2511fbfee87a113adeec20b74a932a2a9a66f0b9807c4e7a5158019832f947
MD5 5e385d8ee024968a8474e38bd9ec0192
BLAKE2b-256 2b21bbb636f5fea5061de020d32d073bb043ee8b691f640bac79e2fd55935027

See more details on using hashes here.

File details

Details for the file shared_atomic_enterprise-5!4.2.4-cp314-none-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for shared_atomic_enterprise-5!4.2.4-cp314-none-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 f2a8c65dd3f496c5379228e94b10b7da8b18f992ba6bdb61bc6023d8324172f9
MD5 e075488795197d31ba42db83a4513adf
BLAKE2b-256 2f1b5141f373dacf4474109b7dbd2446e94235e366b766468e47b489aea0d008

See more details on using hashes here.

File details

Details for the file shared_atomic_enterprise-5!4.2.4-cp314-none-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for shared_atomic_enterprise-5!4.2.4-cp314-none-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f8a8f77f67a7f6128bd8a2d63d240d80a138923e94af4cfa5a0bf95fc6d1959d
MD5 c8dac83730d6fa2c5a39e7fdcbd5d937
BLAKE2b-256 70d041fed5c4d65758ca09c4d063113b70c19167ca9e42cba4d6ca157550bae1

See more details on using hashes here.

File details

Details for the file shared_atomic_enterprise-5!4.2.4-cp313-none-win_amd64.whl.

File metadata

File hashes

Hashes for shared_atomic_enterprise-5!4.2.4-cp313-none-win_amd64.whl
Algorithm Hash digest
SHA256 ab87304598bbfee31e6a1aea2ff4dd517b97e2395da526b5c550e336e1a8a1cf
MD5 4389e4becb041b6cf57d0a12bcddc508
BLAKE2b-256 969bdb8df30cef840a9246b2dee2bc0b084c9b34c3be5a63b4dd95948d59d9b5

See more details on using hashes here.

File details

Details for the file shared_atomic_enterprise-5!4.2.4-cp313-none-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for shared_atomic_enterprise-5!4.2.4-cp313-none-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d41b1a45481b9c43f107f7fed6246d55efb5c6c2ae1ef07b0fdc3cdeb8d7f08a
MD5 4fc97e200b57dc4eb6e3da2c594f5e2b
BLAKE2b-256 492f8ed3ae2618e478dc11753cd7d478375c830601d70596e4ee0aa2d3139236

See more details on using hashes here.

File details

Details for the file shared_atomic_enterprise-5!4.2.4-cp313-none-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for shared_atomic_enterprise-5!4.2.4-cp313-none-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 77d5a207eb801dd8409068307351254fd40528835dc180a9ac435749790f3010
MD5 54bae6f27c22cf8f86cec03ac200f7dd
BLAKE2b-256 75b9f977757ad6713accf22c3dd33c13e75e0a8b789400651a159bfe8ec3a240

See more details on using hashes here.

File details

Details for the file shared_atomic_enterprise-5!4.2.4-cp313-none-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for shared_atomic_enterprise-5!4.2.4-cp313-none-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 18676dd2b37876abdb40c43c1ce56fe7bcd4478156b24e72b8c9d7373206bdd7
MD5 27ff006d4745d7f7970dfadfa609c1bb
BLAKE2b-256 2f850837d5d34a08c81c6821ecb807ad597b2686714ae5b274f278e5aa4cc0b5

See more details on using hashes here.

File details

Details for the file shared_atomic_enterprise-5!4.2.4-cp312-none-win_amd64.whl.

File metadata

File hashes

Hashes for shared_atomic_enterprise-5!4.2.4-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 a0e0b1729406ddc75c7660c57e25d425bdf9f3ff36d85eb128306d1eda440116
MD5 6358bf286fcbdab05735b858dce72fc4
BLAKE2b-256 4fe34e3ad68e055ec66e463a84180080ec2f6d81ac82240d068dc17d245e1b40

See more details on using hashes here.

File details

Details for the file shared_atomic_enterprise-5!4.2.4-cp312-none-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for shared_atomic_enterprise-5!4.2.4-cp312-none-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f03956fe039fa1b76ba7b5668cb5d428fcfe34014554d2f500f0e6283f06128a
MD5 352a5fc7496601e945e0812db1783e8b
BLAKE2b-256 1f7ff74308bf58fff23aa995a6a18718f3244c21b430a7766104c2b66ba8303e

See more details on using hashes here.

File details

Details for the file shared_atomic_enterprise-5!4.2.4-cp312-none-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for shared_atomic_enterprise-5!4.2.4-cp312-none-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 33709be58effd22e23bb7bef5080b8b321157f5f3dfc23af143319225200dbd6
MD5 5bf9d83abea447146f4f33ad51a7596f
BLAKE2b-256 23bc47b16609ce6f845ed05184992b7c171600bf293a0480c70b4234ee6c6bcc

See more details on using hashes here.

File details

Details for the file shared_atomic_enterprise-5!4.2.4-cp312-none-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for shared_atomic_enterprise-5!4.2.4-cp312-none-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8913435cbb8bbcf1c10354c06a94adc7981e1e95da9e0c3be9df7b2c091da003
MD5 4ea07d2031ad13181bb665cc6e8a9fe6
BLAKE2b-256 12535725b61a4671a3985180bea186d2b2119444474892a7a6c4171f451f535c

See more details on using hashes here.

File details

Details for the file shared_atomic_enterprise-5!4.2.4-cp311-none-win_amd64.whl.

File metadata

File hashes

Hashes for shared_atomic_enterprise-5!4.2.4-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 13ba18f735ae49ae072d7757033388dbfe59880bc3a78ce0d427f3bf13baadbb
MD5 eb6d8c4e2ced6e7171e8d322565cb6ed
BLAKE2b-256 015873665f063672acfd752df41e11643bc9f72a34277f1244128d4caaabc972

See more details on using hashes here.

File details

Details for the file shared_atomic_enterprise-5!4.2.4-cp311-none-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for shared_atomic_enterprise-5!4.2.4-cp311-none-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8f50d38cf71ded3940b4bd39bfd9234b2fd2dd424e723f7deb173bedfb2d7d89
MD5 7c0afe1bb15b2912cc532fb5a5ebabd7
BLAKE2b-256 bf3a523eab8e05ea4adf5f01a9493c5ae5f866694b76603aeb09c922dc328b04

See more details on using hashes here.

File details

Details for the file shared_atomic_enterprise-5!4.2.4-cp311-none-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for shared_atomic_enterprise-5!4.2.4-cp311-none-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 d3ad53e4c2fcd828ccef8881b29a5619428fdf3b175e9b7f09504f8187457ce0
MD5 3c4cee333221a4f0aa2294207871b420
BLAKE2b-256 74a5ff2368128eff4e85fb5a4f1f0f5901b1ca531e7136e0702fa27ccf175972

See more details on using hashes here.

File details

Details for the file shared_atomic_enterprise-5!4.2.4-cp311-none-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for shared_atomic_enterprise-5!4.2.4-cp311-none-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a62c76d596aaf2ca3ab4367c982ca398ee0dd8468b8dd5f2870b3228822b5e03
MD5 d7cd3456f85c3b866b46d43992a671d8
BLAKE2b-256 f5f140aabed0b3d2fee71b1ed734d1c5fac5980fbbf17c3a7a699943d6b3c230

See more details on using hashes here.

File details

Details for the file shared_atomic_enterprise-5!4.2.4-cp310-none-win_amd64.whl.

File metadata

File hashes

Hashes for shared_atomic_enterprise-5!4.2.4-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 672a99e29739e1fbc217f904f458fd6b80602966f1a94c80a60cb1867220639f
MD5 b45604aed4d25bf9e95c43857dc8e2c1
BLAKE2b-256 efdae91532717dda9d1a532e02cbd962606bd663df3758c94db956d037c30e50

See more details on using hashes here.

File details

Details for the file shared_atomic_enterprise-5!4.2.4-cp310-none-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for shared_atomic_enterprise-5!4.2.4-cp310-none-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 db85f685b087c45545cdb7e97425906599bc259d4b01495d7145ffe9009d0b96
MD5 3406096cca0b18f68596eeaf5752a439
BLAKE2b-256 8d8c09a71c0bd67a3601967beec3677a9bc4aaca2da647031fd8306b8a64a157

See more details on using hashes here.

File details

Details for the file shared_atomic_enterprise-5!4.2.4-cp310-none-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for shared_atomic_enterprise-5!4.2.4-cp310-none-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 8ad4b0191b0b338d2acf5544a625f50df3a41a8ca85c9af8eebd19a3e5992b1b
MD5 ad28e5707024aae37bb4eda747ff406f
BLAKE2b-256 6aad343bb05ab3dfbd34bfb0cb9b061028dbfedc7b7149d781680cfc7cb0432f

See more details on using hashes here.

File details

Details for the file shared_atomic_enterprise-5!4.2.4-cp310-none-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for shared_atomic_enterprise-5!4.2.4-cp310-none-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 29fcadc793f385c4f9c6aad45cadd24c5818675236155c74db9fbed0072d5419
MD5 fd5f3368bd707e4ffe2600ecdede5c7a
BLAKE2b-256 76fa69e48ef203cb60e579918dbc35126282e481f033aac63e0a94e607e44d8c

See more details on using hashes here.

File details

Details for the file shared_atomic_enterprise-5!4.2.4-cp39-none-win_amd64.whl.

File metadata

File hashes

Hashes for shared_atomic_enterprise-5!4.2.4-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 ab12e6b811b03fbdf43ce68574862c0716b4b828ae3c7e3b461a8a01cb6ec641
MD5 bd20f4b08f4a44a42159d013a46f3932
BLAKE2b-256 b8aab5953c06de8419ea44d5d15f06a8a109e59b2565d24b0bb00b7f98ae7564

See more details on using hashes here.

File details

Details for the file shared_atomic_enterprise-5!4.2.4-cp39-none-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for shared_atomic_enterprise-5!4.2.4-cp39-none-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e544da58853c201207496f7c86396644d4a1dd74328718b9fd366abbfe50ac60
MD5 333c886691ef86f9767860156dc59b2a
BLAKE2b-256 93c349e8e0eb6d165f1c19846a9f00ad9539a1069d96a1fd645c20285feeeb80

See more details on using hashes here.

File details

Details for the file shared_atomic_enterprise-5!4.2.4-cp39-none-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for shared_atomic_enterprise-5!4.2.4-cp39-none-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 eb1d71eb55eeca533dad6fb75541ce456551bb3c2a0b8d807b0f95c230e96393
MD5 78cd373a5df7dfa1340cc212aa10bbec
BLAKE2b-256 749da4249722617d155c162002a25954af93aa88da3920f14b6b828a60e9a84b

See more details on using hashes here.

File details

Details for the file shared_atomic_enterprise-5!4.2.4-cp39-none-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for shared_atomic_enterprise-5!4.2.4-cp39-none-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f8c8c9c4f94ccf4377f2dca4b853b8cc8409c6595d123ff822e06a6d293e9596
MD5 1f8c3ea4c60c806fb8bb00bdf46f12e9
BLAKE2b-256 3bc94e3ff24e58097debc1c7eb2752a4c1e8570344b8a25d4095440dcc1ea22e

See more details on using hashes here.

File details

Details for the file shared_atomic_enterprise-5!4.2.4-cp38-none-win_amd64.whl.

File metadata

File hashes

Hashes for shared_atomic_enterprise-5!4.2.4-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 9c3f0ca08a776ebca5543e51186d888e83de42cebe8b62528690b56ba53f5878
MD5 2747cb6479197739835d97a7e9de4803
BLAKE2b-256 3ea50aa6dade8ef2ba51496802d8be161f20429b4cc980e90ca670e718fd835e

See more details on using hashes here.

File details

Details for the file shared_atomic_enterprise-5!4.2.4-cp38-none-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for shared_atomic_enterprise-5!4.2.4-cp38-none-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1d09dad9be4f5ec32a84ed290a55dd54838408c42f3deee53f82d2e2e34cb0fb
MD5 e81328b7363b529381e344aa6e257c06
BLAKE2b-256 f50c411b17c880d4f252a79878fe21814ddc59ea07f4c08dd366257a7d21b64b

See more details on using hashes here.

File details

Details for the file shared_atomic_enterprise-5!4.2.4-cp38-none-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for shared_atomic_enterprise-5!4.2.4-cp38-none-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 5565f698745cc62c4339055070c3b49b04a1c71028eb4c852cdb9a8c30224591
MD5 2502c6c3de87f3ede6b7497dbefbdc20
BLAKE2b-256 798da52a1b74c11ff3677134f849693afb96b4ef188511031431bbda7f1118c8

See more details on using hashes here.

File details

Details for the file shared_atomic_enterprise-5!4.2.4-cp38-none-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for shared_atomic_enterprise-5!4.2.4-cp38-none-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bf61e238718de04eff7d2bc19ea73d0f009fc303613642371e701fa86e2146e8
MD5 3c1989d4063eaa103a5afaf12f552822
BLAKE2b-256 14c7cbcc7efa9068dc5f50426d67a5f707c890f988aacb887a35349fc0705e98

See more details on using hashes here.

File details

Details for the file shared_atomic_enterprise-5!4.2.4-cp37-none-win_amd64.whl.

File metadata

File hashes

Hashes for shared_atomic_enterprise-5!4.2.4-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 29fd9412545464aa17cb511e496af53e0b0f8962f55a5bb7101371635f4c2bf7
MD5 d032a3033c2da830c36c6802b98e0b5c
BLAKE2b-256 6606b826ee38d5982d6126af057e28baa177b891b2a0b0082891401ac783b498

See more details on using hashes here.

File details

Details for the file shared_atomic_enterprise-5!4.2.4-cp37-none-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for shared_atomic_enterprise-5!4.2.4-cp37-none-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 28947ae23895eb3f418ec24b065c453506bfec6473e3124a90e1c9f36c4608b4
MD5 c08ec8c85acaaa7e54125c76e4eb70cf
BLAKE2b-256 e262bc4d9237218a9b01afd1c25007ec3340b5c8e4ad21ef6edf09343215440c

See more details on using hashes here.

File details

Details for the file shared_atomic_enterprise-5!4.2.4-cp37-none-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for shared_atomic_enterprise-5!4.2.4-cp37-none-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 aa2264852853e28a16a8f0d3bff9c08341c3617c8dfb95d04a8c9f93d7e94bfd
MD5 65a8fc630adf9178b4d262e268ff8ebe
BLAKE2b-256 6acd9eb7253251ce64e7044682019636866e57798f1c87c971e92cff2ee4cad0

See more details on using hashes here.

File details

Details for the file shared_atomic_enterprise-5!4.2.4-cp37-none-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for shared_atomic_enterprise-5!4.2.4-cp37-none-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bce7cd9db17a4d0e3fcff49034faa044f3e4bef7f1aa41936dc1ed040538f3bd
MD5 4d2bda9146a43bf1ec7ec4e6770d23e0
BLAKE2b-256 3de2e3474b8c30b6ab653bf74e90a483e831ff1264a733264c9c5bda22660693

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