.gitignore
.readthedocs.yaml
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
README.rst
build-pyenvs.sh
conftest.py
doc8.ini
pylintrc
pyproject.toml
pytest.ini
setup.py
tasks.py
tox.ini
.github/workflows/doctest.yml
.github/workflows/format.yml
.github/workflows/quicktest.yml
.github/workflows/test.yml
docs/Makefile
docs/authentication.rst
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/ApplicationState.rst
docs/api/ServerInfo.rst
docs/api/StatusCode.rst
docs/api/TomcatApplication.rst
docs/api/TomcatError.rst
docs/api/TomcatMajorMinor.rst
docs/api/TomcatManager.rst
docs/api/TomcatManagerResponse.rst
docs/api/TomcatNotConnected.rst
docs/api/TomcatNotImplementedError.rst
docs/api/index.rst
docs/api/migrating2.rst
docs/api/migrating3.rst
docs/api/migrating4.rst
src/tomcatmanager/__init__.py
src/tomcatmanager/__main__.py
src/tomcatmanager/interactive_tomcat_manager.py
src/tomcatmanager/models.py
src/tomcatmanager/py.typed
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_server_10_0.py
tests/mock_server_8_0.py
tests/mock_server_8_5.py
tests/mock_server_9_0.py
tests/mock_server_nossl.py
tests/mock_server_ssl.py
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_implemented.py
tests/test_manager_info.py
tests/test_manager_ssl.py
tests/test_models.py
tests/war/context.xml
tests/war/sample.war