MANIFEST.in
README.rst
setup.py
army/__init__.py
army/__main__.py
army.egg-info/PKG-INFO
army.egg-info/SOURCES.txt
army.egg-info/dependency_links.txt
army.egg-info/entry_points.txt
army.egg-info/not-zip-safe
army.egg-info/requires.txt
army.egg-info/top_level.txt
army/api/__init__.py
army/api/arch.py
army/api/config.py
army/api/debugtools.py
army/api/github.py
army/api/gitlab.py
army/api/log.py
army/api/package.py
army/api/plugin.py
army/api/project.py
army/api/repository.py
army/api/schema.py
army/api/version.py
army/api/click/__init__.py
army/api/click/core.py
army/api/click/decorators.py
army/plugin/__init__.py
army/plugin/dependency/__init__.py
army/plugin/dependency/install.py
army/plugin/dependency/list.py
army/plugin/dependency/repos.py
army/plugin/dependency/search.py
army/plugin/dependency/uninstall.py
army/plugin/dependency/update.py
army/plugin/package/__init__.py
army/plugin/package/login.py
army/plugin/package/logout.py
army/plugin/package/package.py
army/plugin/package/publish.py
army/plugin/package/unpublish.py
army/plugin/project/__init__.py
army/plugin/project/init.py
army/plugin/repository/__init__.py
army/plugin/repository/bitbucket_repository.py
army/plugin/repository/git_repository.py
army/plugin/repository/github_repository.py
army/plugin/repository/gitlab_repository.py
army/plugin/repository/local_git_repository.py
army/unit_tests/__init__.py
army/unit_tests/test_config.py
army/unit_tests/test_config2.py
army/unit_tests/test_project.py
army/unit_tests/test_reposity.py
army/unit_tests/test_version.py
army/unit_tests/test_version_range.py
army/unit_tests/test_compile_data/etc/army/army.toml
army/unit_tests/test_compile_data/project1/.gitignore
army/unit_tests/test_compile_data/project1/army.toml
army/unit_tests/test_compile_data/project1/folder2/file1
army/unit_tests/test_config/etc/army/army.toml
army/unit_tests/test_config/etc/army/repo.d/repo_test1-2.toml
army/unit_tests/test_config/~/.army/army.toml
army/unit_tests/test_config/~/.army/repo.d/repo_test2.toml
army/unit_tests/test_config/~/.army/repo.d/repo_test3.toml
army/unit_tests/test_config/~/.army/repo.d/repo_test4.toml
army/unit_tests/test_project_data/etc/army/army.toml
army/unit_tests/test_project_data/plugin1/__init__.py
army/unit_tests/test_project_data/plugin1/army.toml
army/unit_tests/test_project_data/plugin1/plugin1/__init__.py
army/unit_tests/test_project_data/plugin1/plugin1/hello.py
army/unit_tests/test_project_data/plugin2/__init__.py
army/unit_tests/test_project_data/plugin2/army.toml
army/unit_tests/test_project_data/plugin2/plugin2/__init__.py
army/unit_tests/test_project_data/plugin2/plugin2/goodbye.py
army/unit_tests/test_project_data/project1/.gitignore
army/unit_tests/test_project_data/project1/army.toml
army/unit_tests/test_project_data/project1/folder1/file1
army/unit_tests/test_project_data/project1/folder1/file2
army/unit_tests/test_project_data/project1/folder2/file1
army/unit_tests/test_project_data/project2/army.toml
army/unit_tests/test_project_data/project2-error/army.toml
army/unit_tests/test_project_data/project3/army.toml
army/unit_tests/test_project_data/project4/army.toml
army/unit_tests/test_project_data/project4-bis/army.toml
army/unit_tests/test_project_data/project5/army.toml