Package Info

python-fixedint


Simple fixed-width integers


Unspecified

This module provides fixed-size integer classes which retain their fixed nature across arithmetic operations. It is geared towards users who need to emulate machine integers.

It provides flexible classes for defining integers with a fixed number of bits, as well as predefined classes for common machine integer sizes. These classes can be used as drop-in replacements for int/long, and can be sliced to extract bitfields.

Mutable versions of these integers are provided, enabling usages such as emulation of machine registers.


License: Python-2.0
URL: https://github.com/nneonneo/fixedint

Categories

Releases

Package Version Update ID Released Package Hub Version Platforms Subpackages
0.2.0-160000.2.2 info GA Release 2024-03-26 16.0
  • AArch64
  • ppc64le
  • s390x
  • x86-64
  • python313-fixedint