ordereddict 1.1
0
A drop-in substitute for Py2.7's new collections.OrderedDict that works in Python 2.4-2.6.
Contents
A drop-in substitute for Py2.7's new collections.OrderedDict that works in Python 2.4-2.6.
How to Install ordereddict
You can install ordereddict using pip
pip install ordereddict
or add it to a project with poetry
poetry add ordereddict
Package Details
- Author
- Raymond Hettinger
- License
- UNKNOWN
- Homepage
- UNKNOWN
- PyPi:
- https://pypi.org/project/ordereddict/
Classifiers
Related Packages
Errors
A list of common ordereddict errors.
Code Examples
Here are some ordereddict
code examples and snippets.