LICENSE.md
README.md
setup.py
tests/test_api_client.py
tests/test_api_client_proxy.py
tests/test_api_data_provider.py
tests/test_api_request_handler.py
tests/test_cli.py
tests/test_cmd_add_run.py
tests/test_dataclass_creation.py
tests/test_junit_parser.py
tests/test_load_data_from_config.py
tests/test_project_based_client.py
tests/test_response_verify.py
tests/test_results_uploader.py
tests/test_robot_parser.py
trcli/__init__.py
trcli/backports.py
trcli/cli.py
trcli/constants.py
trcli/settings.py
trcli.egg-info/PKG-INFO
trcli.egg-info/SOURCES.txt
trcli.egg-info/dependency_links.txt
trcli.egg-info/entry_points.txt
trcli.egg-info/requires.txt
trcli.egg-info/top_level.txt
trcli/api/__init__.py
trcli/api/api_client.py
trcli/api/api_request_handler.py
trcli/api/api_response_verify.py
trcli/api/project_based_client.py
trcli/api/results_uploader.py
trcli/commands/__init__.py
trcli/commands/cmd_add_run.py
trcli/commands/cmd_parse_junit.py
trcli/commands/cmd_parse_openapi.py
trcli/commands/cmd_parse_robot.py
trcli/commands/results_parser_helpers.py
trcli/data_classes/__init__.py
trcli/data_classes/data_parsers.py
trcli/data_classes/dataclass_testrail.py
trcli/data_classes/validation_exception.py
trcli/data_providers/api_data_provider.py
trcli/readers/__init__.py
trcli/readers/file_parser.py
trcli/readers/junit_xml.py
trcli/readers/openapi_yml.py
trcli/readers/robot_xml.py