ordered-set 4.1.0
0
An OrderedSet is a custom MutableSet that remembers its order, so that every
Contents
An OrderedSet is a custom MutableSet that remembers its order, so that every
Stars: 213, Watchers: 213, Forks: 47, Open Issues: 11The rspeer/ordered-set
repo was created 12 years ago and the last code push was 2 months ago.
The project is popular with 213 github stars!
How to Install ordered-set
You can install ordered-set using pip
pip install ordered-set
or add it to a project with poetry
poetry add ordered-set
Package Details
- Author
- License
- Homepage
- PyPi:
- https://pypi.org/project/ordered-set/
- GitHub Repo:
- https://github.com/LuminosoInsight/ordered-set
Classifiers
Related Packages
Errors
A list of common ordered-set errors.
Code Examples
Here are some ordered-set
code examples and snippets.
GitHub Issues
The ordered-set package has 11 open issues on GitHub
- OrderedSet.pop() with a non-default index breaks the contract
- Support item assignment