Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

shared-atomic-enterprise

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shared-atomic-enterprise

Shared atomicity with multiprocessing or multiple threads

  • 5!3.3.5
  • PyPI
  • Socket score

Maintainers
1

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

  • macOS x86_64,

  • Microsoft Windows 10 x64, Windows Server 2019 x64

  • Centos7,9/RHEL7,9 x86_64,

  • Ubuntu Linux 18, 20, 22 x86_64 and

  • Suse Linux Enterprise Server 12, 15 x86_84.

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_string

  • atomic_shared_memory

  • atomic_set, package bitarray >= 2.4.0 is needed.

  • atomic_list, package bitarray >= 2.4.0 is needed.

LINUX/macOS

  • CPython 3.7 - 3.11

  • Pypy 3.8 - 3.10(numpy should be installed to use the atomic_shared_memory)

  • The package requires libatomic and libgomp installed on the Linux platforms

  • bitarray if you need to use atomic_set or atomic_list

  • urwid==2.1.2 to activate the package

Windows

  • CPython 3.7 - 3.11

  • Pypy TBD

  • Microsoft Visual C++ 2019 Redistributable(X64)

  • bitarray if you need to use atomic_set or atomic_list

  • for CPython, windows-curses==2.3.1 and urwid==2.1.2 to activate the package on windows

Installation

To install shared_atomic, use pip:

The binary distribution of the software is compiled and delivered in different epochs.

  • macOS only x86_64 platform supported, silicon not supported epoch 1: version 1!3.3.2

  • Redhat or Centos Linux, only centos7,9/rhel7,9 on x86_64 platform supported. epoch 2: version 2!3.3.2

  • Ubuntu Linux 18, 20, 22 on x86_64 platform supported epoch 3: version 3!3.3.2

  • Suse Linux Enterprise Server 12, 15 on x86_64 platform supported epoch 4: version 4!3.3.2

  • Microsoft Windows x64, Windows 10 and Windows server 2019 supported epoch 5: version 5!3.3.5

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

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

For documentation, please go to:

https://sharedatomic.top/

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc