LICENSE.txt
MANIFEST.in
NOTICE.txt
README.rst
setup.py
edx_repo_tools/__init__.py
edx_repo_tools/add_common_constraint.py
edx_repo_tools/auth.py
edx_repo_tools/data.py
edx_repo_tools/dependabot_yml.py
edx_repo_tools/helpers.py
edx_repo_tools/modernize_openedx_yaml.py
edx_repo_tools/utils.py
edx_repo_tools.egg-info/PKG-INFO
edx_repo_tools.egg-info/SOURCES.txt
edx_repo_tools.egg-info/dependency_links.txt
edx_repo_tools.egg-info/entry_points.txt
edx_repo_tools.egg-info/requires.txt
edx_repo_tools.egg-info/top_level.txt
edx_repo_tools/codemods/__init__.py
edx_repo_tools/codemods/django2/__init__.py
edx_repo_tools/codemods/django2/auth_anonymous_update.py
edx_repo_tools/codemods/django2/foreignkey_on_delete_mod.py
edx_repo_tools/codemods/django2/widget_add_renderer_mod.py
edx_repo_tools/codemods/django3/__init__.py
edx_repo_tools/codemods/django3/add_new_django32_settings.py
edx_repo_tools/codemods/django3/github_actions_modernizer.py
edx_repo_tools/codemods/django3/github_actions_modernizer_django.py
edx_repo_tools/codemods/django3/remove_python2_unicode_compatible.py
edx_repo_tools/codemods/django3/replace_render_to_response.py
edx_repo_tools/codemods/django3/replace_static.py
edx_repo_tools/codemods/django3/replace_unicode_with_str.py
edx_repo_tools/codemods/django3/setup_file_modernizer.py
edx_repo_tools/codemods/django3/tox_modernizer.py
edx_repo_tools/codemods/django3/travis_modernizer.py
edx_repo_tools/codemods/node16/__init__.py
edx_repo_tools/codemods/node16/gha_ci_modernizer.py
edx_repo_tools/codemods/node16/gha_release_workflow_modernizer.py
edx_repo_tools/conventional_commits/__init__.py
edx_repo_tools/conventional_commits/commitstats.py
edx_repo_tools/dev/__init__.py
edx_repo_tools/dev/clone_org.py
edx_repo_tools/dev/get_org_repo_urls.py
edx_repo_tools/dev/show_hooks.py
edx_repo_tools/find_dependencies/__init__.py
edx_repo_tools/find_dependencies/find_dependencies.py
edx_repo_tools/gitgraft/__init__.py
edx_repo_tools/gitgraft/gitgraft.py
edx_repo_tools/oep2/__init__.py
edx_repo_tools/oep2/explode_repos_yaml.py
edx_repo_tools/oep2/checks/__init__.py
edx_repo_tools/oep2/checks/check_explicit.py
edx_repo_tools/oep2/checks/check_oep10.py
edx_repo_tools/oep2/checks/check_oep2.py
edx_repo_tools/oep2/report/__init__.py
edx_repo_tools/oep2/report/cli.py
edx_repo_tools/oep2/report/oep2-report.ini
edx_repo_tools/oep2/report/plugin.py
edx_repo_tools/ospr/__init__.py
edx_repo_tools/ospr/no_yaml.py
edx_repo_tools/release/__init__.py
edx_repo_tools/release/tag_release.py
edx_repo_tools/repo_access_scraper/__init__.py
edx_repo_tools/repo_access_scraper/repo_access_scraper.py
requirements/base.in
requirements/constraints.txt
tests/__init__.py
tests/test_actions_modernizer.py
tests/test_actions_modernizer_django.py
tests/test_add_new_django32_settings.py
tests/test_gha_release_workflow_modernizer.py
tests/test_modernize_openedx_yaml.py
tests/test_node_ci_modernizer.py
tests/test_remove_python2_unicode_compatible.py
tests/test_replace_render_to_response.py
tests/test_setup_file_modernizer.py
tests/test_tag_release.py
tests/test_tox_modernizer.py
tests/test_travis_modernizer.py