LICENSE.txt
MANIFEST.in
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/modernize_openedx_yaml.py
edx_repo_tools/utils.py
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/tox_modernizer.py
edx_repo_tools/codemods/django3/travis_modernizer.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/drip_survey/__init__.py
edx_repo_tools/drip_survey/upload.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
j_repo_tools.egg-info/PKG-INFO
j_repo_tools.egg-info/SOURCES.txt
j_repo_tools.egg-info/dependency_links.txt
j_repo_tools.egg-info/entry_points.txt
j_repo_tools.egg-info/requires.txt
j_repo_tools.egg-info/top_level.txt
requirements/base.in
tests/__init__.py
tests/test_actions_modernizer.py
tests/test_actions_modernizer_django.py
tests/test_add_new_django32_settings.py
tests/test_modernize_openedx_yaml.py
tests/test_remove_python2_unicode_compatible.py
tests/test_replace_render_to_response.py
tests/test_tag_release.py
tests/test_tox_modernizer.py
tests/test_travis_modernizer.py