Metadata-Version: 2.1
Name: shared_atomic_enterprise
Version: 5!4.2.4
Summary: Concurrent Python utils and data types
Home-page: https://sharedatomic.top/
Author: Xiquan Ren
Author-email: xiquanren@yandex.com
Requires-Python: >=3.7, <3.15
Requires-Dist: windows-curses >=2.3.1 ; platform_system == "Windows"
Requires-Dist: urwid <3.0,>=2.1.2 ; python_version < "3.14"
Requires-Dist: urwid >=3.0.5 ; python_version >= "3.14"

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/
