This package browser is in early development. Mind the rough edges.

python-ordered-set 4.1.0

Ordered Set implementation in Cython

This library provides an OrderedSet data type that works like a regular set, but remembers insertion order. It supports the full Python set interface.

Installation

Install python-ordered-set 4.1.0 as follows:

guix install python-ordered-set@4.1.0

Or install the latest version:

guix install python-ordered-set

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.