LICENSE
README.md
setup.py
collections_undo/__init__.py
collections_undo/_command.py
collections_undo/_const.py
collections_undo/_formatter.py
collections_undo/_reversible.py
collections_undo/_stack.py
collections_undo/_undoable.py
collections_undo/abc.py
collections_undo/containers.py
collections_undo/fmt.py
collections_undo.egg-info/PKG-INFO
collections_undo.egg-info/SOURCES.txt
collections_undo.egg-info/dependency_links.txt
collections_undo.egg-info/requires.txt
collections_undo.egg-info/top_level.txt
collections_undo/_containers/__init__.py
collections_undo/_containers/_dataframe.py
collections_undo/_containers/_dict.py
collections_undo/_containers/_list.py
collections_undo/_containers/_ndarray.py
collections_undo/_containers/_set.py