.gitignore
.travis.yml
LICENSE
MANIFEST.in
README.rst
requirements.txt
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/conf.py
docs/index.rst
docs/indexabledict.rst
docs/indexableset.rst
docs/itemsorteddict.rst
docs/make.bat
docs/ordereddict.rst
docs/orderedset.rst
docs/segmentlist.rst
docs/valuesorteddict.rst
docs/_static/gj-logo.png
docs/_templates/gumroad.html
sortedcollections/__init__.py
sortedcollections/ordereddict.py
sortedcollections/recipes.py
sortedcollections.egg-info/PKG-INFO
sortedcollections.egg-info/SOURCES.txt
sortedcollections.egg-info/dependency_links.txt
sortedcollections.egg-info/requires.txt
sortedcollections.egg-info/top_level.txt
tests/__init__.py
tests/test_itemsorteddict.py
tests/test_ordereddict.py
tests/test_orderedset.py
tests/test_recipes.py
tests/test_valuesorteddict.py