InstallationΒΆ

pip install pysorteddict

pysorteddict requires Python 3.10 or newer. It has been tested using CPython and PyPy, and binary wheels for the same are provided for most 64-bit Linux, macOS and Windows hosts.

View the project on PyPI.

Wheels for the Raspberry Pi family of computers may be found on piwheels, but they might lag behind those on PyPI.

View the project on piwheels.

The piwheels page is not controlled by me.

If there are no wheels available for your platform, running the above installation command will result in compilation from source. For this to be successful, a C++20 compiler must be available, and the Python development headers and libraries must be installed. This has been tested only with Clang, GCC and MSVC.