CHANGELOG.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
sandpaper/__init__.py
sandpaper/__version__.py
sandpaper/sandpaper.py
sandpaper/utils.py
sandpaper.egg-info/PKG-INFO
sandpaper.egg-info/SOURCES.txt
sandpaper.egg-info/dependency_links.txt
sandpaper.egg-info/requires.txt
sandpaper.egg-info/top_level.txt
tests/__init__.py
tests/test_sandpaper.py
tests/test_utils.py
tests/rules/__init__.py
tests/rules/_common.py
tests/rules/add_column.py
tests/rules/capitalize.py
tests/rules/decrement.py
tests/rules/increment.py
tests/rules/lower.py
tests/rules/lstrip.py
tests/rules/remove_column.py
tests/rules/rstrip.py
tests/rules/strip.py
tests/rules/substitute.py
tests/rules/title.py
tests/rules/translate_date.py
tests/rules/translate_text.py
tests/rules/upper.py