LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
src/easy_automation/__init__.py
src/easy_automation/contrib/__init__.py
src/easy_automation/core/__init__.py
src/easy_automation/core/base_page.py
src/easy_automation/core/base_request.py
src/easy_automation/core/manage.py
src/easy_automation/core/template_command.py
src/easy_automation/project_templates/api_template/manage.py-tpl
src/easy_automation/project_templates/api_template/project_api/__init__.py-tpl
src/easy_automation/project_templates/api_template/project_api/project_api.py-tpl
src/easy_automation/project_templates/api_template/settings/__init__.py-tpl
src/easy_automation/project_templates/api_template/settings/settings.py-tpl
src/easy_automation/project_templates/api_template/testcases/__init__.py-tpl
src/easy_automation/project_templates/api_template/testcases/conftest.py-tpl
src/easy_automation/project_templates/web_template/manage.py-tpl
src/easy_automation/project_templates/web_template/project_page/__init__.py-tpl
src/easy_automation/project_templates/web_template/project_page/project_main_page.py-tpl
src/easy_automation/project_templates/web_template/settings/__init__.py-tpl
src/easy_automation/project_templates/web_template/settings/settings.py-tpl
src/easy_automation/project_templates/web_template/testcases/__init__.py-tpl
src/easy_automation/project_templates/web_template/testcases/conftest.py-tpl
src/easy_automation/utils/__init__.py
src/easy_automation/utils/command_parser.py
src/easy_automation/utils/common.py
src/easy_automation/utils/custom_faker.py
src/easy_automation/utils/custom_logging.py
src/easy_automation/utils/exception.py
src/easy_automation/utils/setting.py
src/easy_automation/utils/template.py
src/easy_automation/utils/template_render.py
src/easy_automation/utils/upload_test_result.py
src/easy_automation/utils/upload_testcases.py
src/easy_automation/utils/yaml_loader.py
src/easy_automation_test.egg-info/PKG-INFO
src/easy_automation_test.egg-info/SOURCES.txt
src/easy_automation_test.egg-info/dependency_links.txt
src/easy_automation_test.egg-info/entry_points.txt
src/easy_automation_test.egg-info/requires.txt
src/easy_automation_test.egg-info/top_level.txt