{"library":"fixedint","type":"library","category":null,"description":"The `fixedint` library provides simple fixed-width integers in Python, allowing for both signed and unsigned types with configurable bit widths. It offers arithmetic and bitwise operations that mimic low-level hardware integer behavior, including silent wrap-around on overflow/underflow. The current version is 0.2.0, and it has a stable but low-cadence release cycle.","language":"python","status":"active","version":"0.2.0","tags":["fixed-width","integer","low-level","bitwise","hardware","overflow"],"last_verified":"Wed May 20","install":[{"cmd":"pip install fixedint","imports":["from fixedint import UInt16","from fixedint import Int32","from fixedint import UInt64"]}],"homepage":null,"github":"https://github.com/nneonneo/fixedint","docs":null,"changelog":null,"pypi":"https://pypi.org/project/fixedint/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":1.5,"avg_import_s":0.01,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/fixedint/compatibility"}}