python3-collections-extended

Extra Python Collections - bags, setlists, RangeMap and IndexedDict

Description

collections_extended is a pure Python module with no dependencies providing:

 * a bag class, also known as multiset,
 * a setlist class, which is a unique list or ordered set,
 * a bijection class, RangeMap which is a mapping from ranges to values,
 * a IndexedDict class, which is an ordered mapping whose elements can be
   accessed using index, in addition to key.

There are also frozen (hashable) varieties of bags and setlists.

This package installs the library for Python 3.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/mlenzen/collections-extended


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python3-collections-extended