.appveyor.yml
.bumpversion.cfg
.cookiecutterrc
.coveragerc
.editorconfig
.gitignore
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
Makefile
Manifest.in
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
ci/appveyor-with-compiler.cmd
ci/bootstrap.py
ci/requirements.txt
ci/templates/.appveyor.yml
ci/templates/.travis.yml
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/readme.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/usage.rst
docs/reference/index.rst
docs/reference/p4x.rst
src/p4x/__init__.py
src/p4x/_version.py
src/p4x/case_changer.py
src/p4x/colorschemes.py
src/p4x/timing.py
src/p4x.egg-info/PKG-INFO
src/p4x.egg-info/SOURCES.txt
src/p4x.egg-info/dependency_links.txt
src/p4x.egg-info/not-zip-safe
src/p4x.egg-info/requires.txt
src/p4x.egg-info/top_level.txt
src/p4x/git/__init__.py
src/p4x/laboratory/__init__.py
src/p4x/laboratory/experiments/__init__.py
src/p4x/laboratory/experiments/base.py
src/p4x/laboratory/experiments/exception.py
src/p4x/laboratory/experiments/manager.py
src/p4x/laboratory/experiments/project.py
src/p4x/laboratory/experiments/session.py
src/p4x/laboratory/experiments/trial.py
src/p4x/laboratory/experiments/marshmallow/__init__.py
src/p4x/laboratory/experiments/marshmallow/base.py
src/p4x/laboratory/experiments/marshmallow/project.py
src/p4x/laboratory/experiments/marshmallow/session.py
src/p4x/laboratory/experiments/marshmallow/trial.py
tests/__init__.py
tests/test_case_changer.py
tests/test_undoredo.py