.gitignore
.travis.yml
Dockerfile
ISSUE_TEMPLATE.md
LICENSE
PKGBUILD
PKGBUILD_NON_DEVEL
README.md
aurman.fish
bash.completion
setup.py
src/aurman/__init__.py
src/aurman/aur_utilities.py
src/aurman/bash_completion.py
src/aurman/classes.py
src/aurman/coloring.py
src/aurman/help_printing.py
src/aurman/main.py
src/aurman/main_solver.py
src/aurman/own_exceptions.py
src/aurman/parse_args.py
src/aurman/parsing_config.py
src/aurman/utilities.py
src/aurman/wrappers.py
src/aurman.egg-info/PKG-INFO
src/aurman.egg-info/SOURCES.txt
src/aurman.egg-info/dependency_links.txt
src/aurman.egg-info/entry_points.txt
src/aurman.egg-info/requires.txt
src/aurman.egg-info/top_level.txt
src/docker_tests/__init__.py
src/docker_tests/archive_tests.py
src/docker_tests/build_dir_tests.py
src/docker_tests/cache_tests.py
src/docker_tests/execute_test.sh
src/docker_tests/install_tests.py
src/docker_tests/pkgdest_tests.py
src/docker_tests/testing_repo_tests.py
src/unit_tests/__init__.py
src/unit_tests/test_parse_pacman_args.py
src/unit_tests/test_split_query_helper.py