python3-ordered-set

ordered set implementation for Python 3
  https://github.com/rspeer/ordered-set
  0
  no reviews



Pure Python implementation of an ordered set: a mutable set which keeps the order of insertion of its elements.

This package provides the modules for Python 3.