pyproject.toml
src/openrewrite_migrate_python/__init__.py
src/openrewrite_migrate_python.egg-info/PKG-INFO
src/openrewrite_migrate_python.egg-info/SOURCES.txt
src/openrewrite_migrate_python.egg-info/dependency_links.txt
src/openrewrite_migrate_python.egg-info/entry_points.txt
src/openrewrite_migrate_python.egg-info/requires.txt
src/openrewrite_migrate_python.egg-info/top_level.txt
src/openrewrite_migrate_python/migrate/__init__.py
src/openrewrite_migrate_python/migrate/aifc_migrations.py
src/openrewrite_migrate_python/migrate/array_deprecations.py
src/openrewrite_migrate_python/migrate/ast_deprecations.py
src/openrewrite_migrate_python/migrate/asyncio_coroutine_to_async.py
src/openrewrite_migrate_python/migrate/asyncio_deprecations.py
src/openrewrite_migrate_python/migrate/base64_deprecations.py
src/openrewrite_migrate_python/migrate/calendar_deprecations.py
src/openrewrite_migrate_python/migrate/cgi_migrations.py
src/openrewrite_migrate_python/migrate/cgi_parse_deprecations.py
src/openrewrite_migrate_python/migrate/collections_abc_migrations.py
src/openrewrite_migrate_python/migrate/configparser_deprecations.py
src/openrewrite_migrate_python/migrate/datetime_utc.py
src/openrewrite_migrate_python/migrate/distutils_deprecations.py
src/openrewrite_migrate_python/migrate/distutils_migrations.py
src/openrewrite_migrate_python/migrate/fractions_deprecations.py
src/openrewrite_migrate_python/migrate/functools_deprecations.py
src/openrewrite_migrate_python/migrate/gettext_deprecations.py
src/openrewrite_migrate_python/migrate/html_parser_deprecations.py
src/openrewrite_migrate_python/migrate/imp_migrations.py
src/openrewrite_migrate_python/migrate/inspect_deprecations.py
src/openrewrite_migrate_python/migrate/langchain_classic_imports.py
src/openrewrite_migrate_python/migrate/langchain_community_imports.py
src/openrewrite_migrate_python/migrate/langchain_provider_imports.py
src/openrewrite_migrate_python/migrate/locale_deprecations.py
src/openrewrite_migrate_python/migrate/locale_getdefaultlocale_deprecation.py
src/openrewrite_migrate_python/migrate/logging_deprecations.py
src/openrewrite_migrate_python/migrate/macpath_deprecations.py
src/openrewrite_migrate_python/migrate/mailcap_migrations.py
src/openrewrite_migrate_python/migrate/nntplib_migrations.py
src/openrewrite_migrate_python/migrate/os_deprecations.py
src/openrewrite_migrate_python/migrate/pathlib_deprecations.py
src/openrewrite_migrate_python/migrate/pep594_system_migrations.py
src/openrewrite_migrate_python/migrate/pipes_migrations.py
src/openrewrite_migrate_python/migrate/pkgutil_deprecations.py
src/openrewrite_migrate_python/migrate/platform_deprecations.py
src/openrewrite_migrate_python/migrate/re_deprecations.py
src/openrewrite_migrate_python/migrate/removed_modules_312.py
src/openrewrite_migrate_python/migrate/shutil_deprecations.py
src/openrewrite_migrate_python/migrate/socket_deprecations.py
src/openrewrite_migrate_python/migrate/ssl_deprecations.py
src/openrewrite_migrate_python/migrate/string_formatting.py
src/openrewrite_migrate_python/migrate/sys_check_interval_deprecations.py
src/openrewrite_migrate_python/migrate/sys_deprecations.py
src/openrewrite_migrate_python/migrate/sys_last_deprecations.py
src/openrewrite_migrate_python/migrate/tarfile_deprecations.py
src/openrewrite_migrate_python/migrate/telnetlib_migrations.py
src/openrewrite_migrate_python/migrate/tempfile_deprecations.py
src/openrewrite_migrate_python/migrate/threading_deprecations.py
src/openrewrite_migrate_python/migrate/threading_is_alive_deprecation.py
src/openrewrite_migrate_python/migrate/time_deprecations.py
src/openrewrite_migrate_python/migrate/typing_builtins.py
src/openrewrite_migrate_python/migrate/typing_callable.py
src/openrewrite_migrate_python/migrate/typing_deprecations.py
src/openrewrite_migrate_python/migrate/typing_pep585_extended.py
src/openrewrite_migrate_python/migrate/typing_union_to_pipe.py
src/openrewrite_migrate_python/migrate/unittest_deprecations.py
src/openrewrite_migrate_python/migrate/upgrade_to_langchain02.py
src/openrewrite_migrate_python/migrate/upgrade_to_langchain1.py
src/openrewrite_migrate_python/migrate/upgrade_to_python310.py
src/openrewrite_migrate_python/migrate/upgrade_to_python311.py
src/openrewrite_migrate_python/migrate/upgrade_to_python312.py
src/openrewrite_migrate_python/migrate/upgrade_to_python313.py
src/openrewrite_migrate_python/migrate/upgrade_to_python314.py
src/openrewrite_migrate_python/migrate/upgrade_to_python38.py
src/openrewrite_migrate_python/migrate/upgrade_to_python39.py
src/openrewrite_migrate_python/migrate/urllib_deprecations.py
src/openrewrite_migrate_python/migrate/uu_migrations.py
src/openrewrite_migrate_python/migrate/xdrlib_migrations.py
src/openrewrite_migrate_python/migrate/xml_deprecations.py
tests/test_aifc_migrations.py
tests/test_array_deprecations.py
tests/test_ast_deprecations.py
tests/test_asyncio_coroutine_to_async.py
tests/test_asyncio_deprecations.py
tests/test_base64_deprecations.py
tests/test_calendar_deprecations.py
tests/test_cgi_parse_deprecations.py
tests/test_collections_abc_migrations.py
tests/test_configparser_deprecations.py
tests/test_datetime_utc.py
tests/test_distutils_deprecations.py
tests/test_fractions_deprecations.py
tests/test_gettext_deprecations.py
tests/test_html_parser_deprecations.py
tests/test_imp_migrations.py
tests/test_inspect_deprecations.py
tests/test_langchain_classic_imports.py
tests/test_langchain_community_imports.py
tests/test_langchain_provider_imports.py
tests/test_locale_deprecations.py
tests/test_locale_getdefaultlocale_deprecation.py
tests/test_logging_deprecations.py
tests/test_macpath_deprecations.py
tests/test_os_deprecations.py
tests/test_pep594_migrations.py
tests/test_pep594_system_migrations.py
tests/test_pkgutil_deprecations.py
tests/test_platform_deprecations.py
tests/test_re_deprecations.py
tests/test_removed_modules_312.py
tests/test_shutil_deprecations.py
tests/test_ssl_deprecations.py
tests/test_string_formatting.py
tests/test_sys_check_interval_deprecations.py
tests/test_sys_deprecations.py
tests/test_sys_last_deprecations.py
tests/test_tarfile_deprecations.py
tests/test_threading_deprecations.py
tests/test_threading_extended.py
tests/test_threading_is_alive_deprecation.py
tests/test_time_deprecations.py
tests/test_typing_callable.py
tests/test_typing_deprecations.py
tests/test_typing_pep585_extended.py
tests/test_typing_union_to_pipe.py
tests/test_unittest_deprecations.py
tests/test_upgrade_recipes.py
tests/test_xml_deprecations.py