.gitignore
.travis.yml
CHANGES.md
MANIFEST.in
README.md
pytest.ini
sample.py
setup.py
tox.ini
pyteamcity/__init__.py
pyteamcity.egg-info/PKG-INFO
pyteamcity.egg-info/SOURCES.txt
pyteamcity.egg-info/dependency_links.txt
pyteamcity.egg-info/not-zip-safe
pyteamcity.egg-info/pbr.json
pyteamcity.egg-info/requires.txt
pyteamcity.egg-info/top_level.txt
pyteamcity/future/__init__.py
pyteamcity/future/agent.py
pyteamcity/future/agent_pool.py
pyteamcity/future/artifact.py
pyteamcity/future/build.py
pyteamcity/future/build_type.py
pyteamcity/future/change.py
pyteamcity/future/exceptions.py
pyteamcity/future/page_joiner.py
pyteamcity/future/project.py
pyteamcity/future/queued_build.py
pyteamcity/future/teamcity.py
pyteamcity/future/user.py
pyteamcity/future/user_group.py
pyteamcity/future/vcs_root.py
pyteamcity/future/core/__init__.py
pyteamcity/future/core/locator.py
pyteamcity/future/core/manager.py
pyteamcity/future/core/parameter.py
pyteamcity/future/core/queryset.py
pyteamcity/future/core/utils.py
pyteamcity/future/core/web_browsable.py
pyteamcity/future/tests/unit/test_agent.py
pyteamcity/future/tests/unit/test_agent_pool.py
pyteamcity/future/tests/unit/test_artifact.py
pyteamcity/future/tests/unit/test_build.py
pyteamcity/future/tests/unit/test_build_type.py
pyteamcity/future/tests/unit/test_change.py
pyteamcity/future/tests/unit/test_page_joiner.py
pyteamcity/future/tests/unit/test_project.py
pyteamcity/future/tests/unit/test_queued_build.py
pyteamcity/future/tests/unit/test_teamcity.py
pyteamcity/future/tests/unit/test_user.py
pyteamcity/future/tests/unit/test_user_group.py
pyteamcity/future/tests/unit/test_vcs_root.py
pyteamcity/legacy/__init__.py
pyteamcity/legacy/legacy.py
pyteamcity/legacy/test_legacy.py