.gitignore
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
README.rst
azure-pipelines.yml
build-pyenvs.sh
conftest.py
pytest.ini
setup.py
tasks.py
tox.ini
.github/workflows/quicktest.yml
.github/workflows/test.yml
docs/Makefile
docs/changelog.rst
docs/commandline.rst
docs/conf.py
docs/configuretomcat.rst
docs/contributing.rst
docs/index.rst
docs/install.rst
docs/interactive.rst
docs/make.bat
docs/package.rst
docs/api/InteractiveTomcatManager.rst
docs/api/ServerInfo.rst
docs/api/TomcatApplication.rst
docs/api/TomcatError.rst
docs/api/TomcatManager.rst
docs/api/TomcatManagerResponse.rst
docs/api/index.rst
src/tomcatmanager/__init__.py
src/tomcatmanager/__main__.py
src/tomcatmanager/interactive_tomcat_manager.py
src/tomcatmanager/models.py
src/tomcatmanager/pylintrc
src/tomcatmanager/tomcat_manager.py
src/tomcatmanager.egg-info/PKG-INFO
src/tomcatmanager.egg-info/SOURCES.txt
src/tomcatmanager.egg-info/dependency_links.txt
src/tomcatmanager.egg-info/entry_points.txt
src/tomcatmanager.egg-info/requires.txt
src/tomcatmanager.egg-info/top_level.txt
tests/__init__.py
tests/mock_server80.py
tests/pylintrc
tests/test_interactive.py
tests/test_interactive_apps.py
tests/test_main.py
tests/test_manager.py
tests/test_manager_apps.py
tests/test_manager_info.py
tests/test_models.py
tests/war/context.xml
tests/war/sample.war