LICENSE
MANIFEST.in
README.md
pyproject.toml
src/dotx/__init__.py
src/dotx/always-create
src/dotx/cli.py
src/dotx/database.py
src/dotx/dotxignore
src/dotx/hierarchy.py
src/dotx/ignore.py
src/dotx/install.py
src/dotx/installed-schema.sql
src/dotx/options.py
src/dotx/plan.py
src/dotx/uninstall.py
src/dotx.egg-info/PKG-INFO
src/dotx.egg-info/SOURCES.txt
src/dotx.egg-info/dependency_links.txt
src/dotx.egg-info/entry_points.txt
src/dotx.egg-info/requires.txt
src/dotx.egg-info/top_level.txt
src/dotx/commands/__init__.py
src/dotx/commands/database.py
src/dotx/commands/install_cmd.py
src/dotx/commands/path_cmd.py
src/dotx/commands/progress.py
src/dotx/commands/uninstall_cmd.py
tests/test_always_create.py
tests/test_cli.py
tests/test_cli_database.py
tests/test_ignore.py
tests/test_ignore_rules.py
tests/test_install.py
tests/test_options.py
tests/test_path_which.py
tests/test_plan.py
tests/test_uninstall.py