.bumpversion.cfg
.cookiecutterrc
.coveragerc
.editorconfig
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
appveyor.yml
setup.cfg
setup.py
tox.ini
ci/appveyor-bootstrap.py
ci/appveyor-download.py
ci/appveyor-with-compiler.cmd
ci/bootstrap.py
ci/templates/.travis.yml
ci/templates/appveyor.yml
docs/Makefile
docs/api.rst
docs/cache.rst
docs/commander.rst
docs/common.rst
docs/common_patterns.rst
docs/conf.py
docs/connection.rst
docs/context_advanced.rst
docs/descriptor.rst
docs/descriptors.rst
docs/dict_classes.rst
docs/finder.rst
docs/finder_common.rst
docs/getting_started.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/parse.rst
docs/plugin.rst
docs/requirements.txt
docs/resource.rst
docs/situation.rst
docs/summary.rst
docs/trace.rst
docs/ways.core.rst
docs/ways.retro.rst
docs/ways.rst
docs/why.rst
src/ways/__init__.py
src/ways/api.py
src/ways/cache.py
src/ways/commander.py
src/ways/common.py
src/ways/connection.py
src/ways/descriptor.py
src/ways/dict_classes.py
src/ways/finder.py
src/ways/finder_common.py
src/ways/parse.py
src/ways/plugin.py
src/ways/resource.py
src/ways/situation.py
src/ways/trace.py
src/ways.egg-info/PKG-INFO
src/ways.egg-info/SOURCES.txt
src/ways.egg-info/dependency_links.txt
src/ways.egg-info/not-zip-safe
src/ways.egg-info/top_level.txt
src/ways/core/.git
src/ways/core/.gitignore
src/ways/core/README.md
src/ways/core/__init__.py
src/ways/core/check.py
src/ways/core/compat.py
src/ways/core/grouping.py
src/ways/core/loop.py
src/ways/core/pathrip.py
src/ways/core/testsuite.py
src/ways/retro/.git
src/ways/retro/__init__.py
src/ways/retro/single.py
tests/__init__.py
tests/common_test.py
tests/test_cache.py
tests/test_commander.py
tests/test_common.py
tests/test_context_merge.py
tests/test_context_parse.py
tests/test_descriptor.py
tests/test_documentation.py
tests/test_finder.py
tests/test_integration_autoload.py
tests/test_plugin.py
tests/test_recipes.py
tests/test_resource.py
tests/test_situation.py
tests/test_trace.py