PACKAGE NAME: python3-ordered-set-4.1.0-x86_64-1_slackdce.txz PACKAGE MIRROR: . PACKAGE LOCATION: ./python/python3-ordered-set PACKAGE SIZE (compressed): 16 K PACKAGE SIZE (uncompressed): 80 K PACKAGE REQUIRED: python3-flit_core,python3-installer,python3-pyproject-hooks,python3-build PACKAGE CONFLICTS: PACKAGE SUGGESTS: PACKAGE DESCRIPTION: python3-ordered-set: python3-ordered-set (Python3 hybrid of a list and a set) python3-ordered-set: python3-ordered-set: An OrderedSet is a mutable data structure that is a hybrid of a list python3-ordered-set: and a set. python3-ordered-set: It remembers the order of its entries, and every entry has an index python3-ordered-set: number that can be looked up. python3-ordered-set: python3-ordered-set: python3-ordered-set: python3-ordered-set: python3-ordered-set: