.coveragerc
.gitignore
.travis.yml
LICENSE.txt
README.rst
TODO.rst
doctest.sh
pytest.ini
pytest.sh
setup.cfg
setup.py
docs/Makefile
docs/conf.py
docs/index.rst
docs/makeAll.sh
docs/rewrapped.rst
src/rewrapped/__init__.py
src/rewrapped/matched.py
src/rewrapped/modders.py
src/rewrapped/patterns.py
src/rewrapped.egg-info/PKG-INFO
src/rewrapped.egg-info/SOURCES.txt
src/rewrapped.egg-info/dependency_links.txt
src/rewrapped.egg-info/top_level.txt
test/examples/__init__.py
test/examples/beforeAndAfter.py
test/examples/groupTuples.py
test/examples/groups.py
test/examples/numbers.py
test/examples/optionalGroups.py
test/examples/patternMethods.py
test/testRewrapped/__init__.py
test/testRewrapped/matchedTest.py
test/testRewrapped/moddersTest.py
test/testRewrapped/reWrapTest.py